(Print) Use this randomly generated list as your call list when playing the game. Place some kind of mark (like an X, a checkmark, a dot, tally mark, etc) on each cell as you announce it, to keep track. You can also cut out each item, place them in a bag and pull words from the bag.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
B-== means ...
B-Figure out 1
I-x = [1,2,3]
print (x[3])
I-Output 3
O-What symbols should we used to start IF?
O-Figure out 6
I-What is Python?
I-Detailed Explanation 2
G-x = 2
y = ha
print (y*x)
G-Output 4
B-!= means ...
B-Figure out 4
N-IF/ELIF/ELSE is for...
N-Figure out 2
I-What is a Float Variable?
I-Detailed Explanation 4
B-x = 'thanks'
print ('Thank you = ',x,'.')
B-Output 5
G-Supermarket Cashier
G-Create
Program 2
G-Why Conditional Branch is useful in Coding?
G-Detailed Explanation 3