How you do output text on python
print (“text”)
How do you output variables on python
print (variable)
How do you change a variable to interger
int(variable)
What are the colours of Python? What do they represent?
What are the two kinds of loops?
What are the three Python data types?