No student devices needed. Know more
10 questions
What is a Python ?
An Animal
A programming language
A snake
Codes
What is an integer ?
Set of alphabet
Words
Number
Maths
What is a string?
A word or group of words
A group of numbers.
A set of numbers
A phone number
What is a variable?
Memory card
A storage device
A place to store things in Python
Words in Python
What does a print statement do?
Prints something to the screen
Prints statement to wall
Prints out a paper based on your code
Print something on your hands
What does input do?
Lets the programmer put in information
Lets the user put in information
Let python fix information
Let python tell us the information
Strings always go in...
quotation marks /
quotation marks ?
quotation marks “ “
quotation marks ( )
True or False: You can use Python to build a calculator.
False
True
What happens when you add two strings?
It combines the words
It mixes all the letters together
It adds the words
It subtracts the words
Which of these is the correct way to create a new variable ?
17 = number
number = 17
17 number
number 17
Explore all questions with a free account