Answer the questions below based on what you’ve learned in the class activity. Write your answers in a Python file or directly in your exercise book.
The function used to show text or output on the screen in Python is __________.
Anything written after the symbol # is treated as a __________ by Python.
A variable is used to __________ data.
True or False are examples of the __________ data type.
A number with a decimal point is called a __________.
Write Python code to:
Create a variable called student_name and assign your name to it.
Create a variable math_score and assign it your math score (as a number).
Create a variable passed and assign it either True or False.
Look at the values below and write what data type each one is:
| Value | Data Type |
|---|---|
'banana' | ___________ |
2025 | ___________ |
9.8 | ___________ |
True | ___________ |
We’re always looking for international STEM educators to join our team. If you are interested, please send us a mail and we’ll get back to you!
If you have any questions, kindly send us a mail. Don’t forget to follow and like all our social accounts to get updates on competitions!
