coding Flashcards
1
Q
how to output
A
print(“insert text here”)
2
Q
how to have user input (integer)
A
int(input(“insert question”))
3
Q
how to leave comments
A
”#” insert comments
4
Q
less than
A
<
5
Q
more than
A
>
6
Q
less then/same as
A
<=
7
Q
more than/same as
A
> =
8
Q
not
A
!=
9
Q
multiply
A
*
10
Q
turtle fill colour
A
t.fillcolor(“insert colour”)
11
Q
turtle forward
A
12
Q
turtle left
A
13
Q
turtle right
A
14
Q
turtle backwards
A
15
Q
A