Question: Assume you have two strings, string 1 and string 2 . Drag the code blocks into the box below so that your program compares the

Assume you have two strings, string1 and string2. Drag the code blocks into the box below so that your program compares the biggest characters from each string and print either string1 has the biggest character or string2 has the biggest character. Hint, you will not use all of the code blocks. Indent code when necessary.
Drag from here
else:
print("string1 has the biggest character")
print("string2 has the biggest character")
if max.string1> max.string2:
if max(string1)> min(string2):
if min(string1)> max(string2):
if max(string1)> max(string2):
Assume you have two strings, string1 and string2. Drag the code blocks into the box below so that your program compares the "biggest" characters from each string and print either
string1 has the biggest character or string2 has the biggest character. Hint, you will not use all of the code blocks. Indent code when necessary.
Drag from here
e
print("string1 has the biggest character")
print("string2 has the biggest character")
if max.string1> max.string2:
if max(string1)> min(string2):
if min(string1)> max(string2):
if max(string1)> max(string2):
Assume you have two strings, string 1 and string

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 Programming Questions!