Python - Input and Output
What will this code print?
name = "Eve"
score = 92.456
print(f"{name} scored {score:.1f} points")
name = "Eve"
score = 92.456
print(f"{name} scored {score:.1f} points")
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions