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




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?
What is the correct file extension for Python files?
How do you create a variable with the floating number 2.8?
What is the correct syntax to output the type of a variable or object in Python?
Which operator is used to multiply numbers?
Which operator can be used to compare two values?
How do you start writing an if statement in Python?
How do you start writing a while loop in Python?
Which statement is used to stop a loop?
print('52+2')
print('4+5=',4+5)
Choose which one is true!
How to write an input and output command in Phyton text editor that will result like below? The variable input is name.
Please enter your name:
Hi, Aan
Function used to convert data into numbers:
a=5<4
b=10<20
print("a or b = ",a or b)
print(3**2)
Do we need to put the indentation/space after a loop program?
This quiz was created using a premium map. Access is restricted due to plan expiration.