# 1
name = "bungmanoon"
print(name)
price = 100
print(price)
"bungmanoon"
100
bungmanoon
100
bungmanoon
100




20 questions
Allow incorrect answer
Hide answer
public quiz
name = "bungmanoon"
print(name)
price = 100
print(price)
Output?

What is a correct syntax to output "Hello World" in Python?
Which one is NOT a legal variable name?