Which continent is the Sahara Desert located on?
Africa
What is the result of "print(5 + 3)"?
8.0
Which operator is used for exponentiation in Python?
**
What is the correct way to get input from the user in Python?
"input()"
What's the name of the Python environment we have worked?
IDLE
What was the main purpose of the Great Wall of China?
To keep out invaders
What is the result of "print(7 // 2)"?
What is the operator way to check if two values are not equal in Python?
A) !=
Which of the following is a correct way to write a string in Python?
- A) Hello
- B) "Hello'
- C) "Hello"
- D) `Hello`
C) "Hello"
What does the Python logo represent
two snakes
What kind of painting is the "Starry Night"?
Post-Impressionism
What does "print("apple" + "juice")" output?
applejuice
What will "print(10 % 4)" output?
2
What symbol do you have to use to declare a variable in Python?
=
What is the keyword used to convert strings into numbers in Python?
int(integer)
Which event started World War II?
The invasion of Poland by Germany
What will "print("20" + "24")" output?
2024
What will "print(2000///5)" output?
SyntaxError: invalid syntax
what is the result of the following code?
x = 5
y = 10
print(x > y)
False
In which year was Python created?
1991
Which element is needed for something to burn?
Oxygen
What will "print(10 * 3 + 200)" output?
230.0
What does the // operator do in Python?
A division with integer result.
What function can you use to you separate lines in Python?
\n (back-slash n)
For which devices Python can't be used to create apps or programs?
Cellphones