(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
G-Why should we learn coding?
G-Detailed Explanation 5
N-BOOL means ...
N-Figure out 5
N-Why do we need Comments (#) in Python?
N-Detailed Explanation 6
I-Theater Ticket Machine
I-Create
Program 5
O-What symbols should we used to start IF?
O-Figure out 6
N-IF/ELIF/ELSE is for...
N-Figure out 2
B-== means ...
B-Figure out 1
O-[Sport] Club Registration
O-Create
Program 4
B-x = 'thanks'
print ('Thank you = ',x,'.')
B-Output 5
B-!= means ...
B-Figure out 4
I-What is Python?
I-Detailed Explanation 2
G-x = 2
y = ha
print (y*x)
G-Output 4
B-x = 1
y = x
x = 3
print (y)
B-Output 1
O-What brackets should we used for List Variable?
O-Figure out 3
G-Why Conditional Branch is useful in Coding?
G-Detailed Explanation 3