Python - Input and Output
Given a dictionary data = {'x': 10, 'y': 20}, how do you format a string to show "x=10, y=20" using format()?
Given a dictionary data = {'x': 10, 'y': 20}, how do you format a string to show "x=10, y=20" using format()?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions