Python - Input and Output
What does the following f-string do?
name = "Bob"
print(f"Hello, {name}!")
name = "Bob"
print(f"Hello, {name}!")
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions