☰
Themes
Canary
Ocean
Forest
Galaxy
Sunset
Variables, Inputs, Outputs and fStrings Quiz
What will this code output? name = "Sam" print(f"Hello {name}")
Question 1 of 15
Hello name
{name}
Hello Sam
Sam Hello