WorksheetsCSE Hammen
Total questions: 11
Worksheet time: 7mins
What keyboard function do you need to create a list?
""
[]
What code do you need to print an output?
print()
What keyboard function is needed to indicate a string of text?
""
<>
What does int() stand for?
intimidation - action or process of integrating
Integer - whole numbers, positive or negative
What does bool() stand for?
boolean - true or false statement
boolean - a combination of integers
What is the difference between lines 6 & 9?
(a)
What is the importance of the indention on line 9?
(a)
What are lines 3-6 an example of?
If/Else - Conditional statement
If/Else - Pseudocode
While using trinket and coding in python, how can you pinpoint a place on the output screen?
Coding markers
Indicating the x,y axis
What do you need to code in order to create a NEW function in python?
def()
create()
What is the definition of variables?
Locations reserved in memory to store values
Things you can change when needed
