what data type is this? “bababooey”
string
what data type is this?”69420”
integer
what data type is this?”3.1415”
float/real
what data type is this?” true/false”
boolian
what type of iteration stops?
for iteration
what type of iteration goes on forever?
while iteration
what does iteration mean?
loops
in python, what does adding a hash(#) do
its a comment and does nothing to the actual code
what are the two windows in python
shell window and programming window
what does print do?
shows what is in the brackets on the shell window