Grade 8 Task 3 Worksheet
Grade 8 Task 3 Worksheet
True or false:
1. Python is case-sensitive.
a) True
b) False
Answer: a) True
2. You can use spaces in Python variable names.
a) True
b) False
Answer: b) False
3. A variable in Python is a container for storing data values.
a) True
b) False
4. The variable MyVar and myvar refer to the same variable in
Python.
a) True
b) False
Answer: b) False
3. The __________ data type is used to represent text in Python. (Answer: string)
if)
6. The __________ statement runs when the condition in the (if else) block is false.
(Answer: else)