What would the following code display?
s1 = 'New York's2 = 'Boston'if s1 > s2: print(s2) print(s1)else: print(s1) print(s2)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.