What does this code print?
name = "world" n = 42 print(f"Hello {name}, {n * 2}!")
← → arrow keys to navigate
Sign in to save your progress.