NEW
Font size
WorksheetsPython Statements
Total questions: 10
Worksheet time: 6mins
Print statement
Outputs a message on the screen
Gets data from the user
A decision
A loop controlled by a decision
Input statement
Outputs a message on the screen
Gets data from the user
A decision
A loop controlled by a decision
If else statement
Outputs a message on the screen
Gets data from the user
A decision
A loop controlled by a decision
While statement
Outputs a message on the screen
Gets data from the user
A decision
A loop controlled by a decision
For statement
Outputs a message on the screen
Gets data from the user
A decision
A loop controlled by a counter
Def statement
Outputs a message on the screen
Gets data from the user
A decision
Create a procedure or function
How is Python similar to Scratch?
They are both text-based languages.
They are not similar.
They are both number based languages.
print("Hello world!")
