Toggle Navigation
Games
Blog
Class PIN
Join for Free
Sign in
Toggle Navigation
Games
PIN
Join for Free
Blog
Pricing
Contact us
Help center
Sign in
Study
Python Basics
0
%
0
0
0
Back
Restart
What is the error in the code: Print("Hello")
"Print" should be "print"
Oops!
Okay!
name="Ali" print(name)
Ali
Oops!
Okay!
What is the missing word in the blank: ________("good morning")
print
Oops!
Okay!
The output of: print(50 - 10*4)
10
Oops!
Okay!
What's is the output of this line: print("Hello World")
Hello World
Oops!
Okay!
What is the missing word in the blank: age = ________("enter your age: ")
input
Oops!
Okay!
What is the type of this variable: is_students = True
Boolean
Oops!
Okay!
What is the error here: print(Good morning)
print("Good morning")
Oops!
Okay!
What programming language do we use: (Python, Java, C++, HTML)
Python
Oops!
Okay!
What is the output of: print(1+1)
2
Oops!
Okay!
What is the output of: print("1"+"1")
11
Oops!
Okay!
a=2 b=3 print(a*b)
6
Oops!
Okay!
What is the type of this variable: length=163.2
long
Oops!
Okay!
Your experience on this site will be improved by allowing cookies.
Allow cookies