Python - Basics and Execution Environment
What will this Python code print?
name = 'Alice'
print(f'Hello, {name}!')name = 'Alice'
print(f'Hello, {name}!')15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions