Question: Drag the code blocks into the box below so that your program prints the smallest value from the string my _ string. Hint, you will

Drag the code blocks into the box below so that your program prints the smallest value from the string my_string. Hint, you will not use all of the code blocks.
Drag from here
smallest = my_string.min()
print(smallest)
smallest = min(my_string)
smallest = minimum(my_string)
print(min)
my_string ="av67!#"

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!