Question #279306

Look at this program.


city = 'London'
state = 'UK'
print('{0} is a city in {1}' .format(city, state))


What will it output? Type the output.




Expert's answer




city = 'London'
state = 'UK'
print('{0} is a city in {1}' .format(city, state))

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS