| Questions | Answers |
|---|---|
| Which function displays a message on the screen in Python? | print() |
| Write the code that makes a variable called y with the value "ICT". | y = "ICT" |
| What is a nested loop in Python? | A loop inside a loop |
| Which is not a valid Python loop? | iter loop |
| Which is the correct way to make a comment in Python code? | #comments |