What would the following code display? s1 = 'New York' s2 = 'Boston' if s1 > s2:

Question:

What would the following code display?

s1 = 'New York'

s2 = 'Boston'if s1 > s2: print (s2) print (s1) else: print (s1) print (s2)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: