(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-Supermarket Cashier
G-Create
Program 2
N-IF/ELIF/ELSE is for...
N-Figure out 2
B-Library (Borrow book)
B-Create
Program 3
G-Why should we learn coding?
G-Detailed Explanation 5
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
O-[Sport] Club Registration
O-Create
Program 4
N-Why do we need Comments (#) in Python?
N-Detailed Explanation 6
B-x = 'thanks'
print ('Thank you = ',x,'.')
B-Output 5
I-x = [1,2,3]
print (x[3])
I-Output 3
I-Take-out Restaurant
I-Create
Program 1
B-== means ...
B-Figure out 1
O-x = hello
y = world
print x+' '+y
O-Output 2
I-Theater Ticket Machine
I-Create
Program 5
I-What is Python?
I-Detailed Explanation 2
O-What symbols should we used to start IF?
O-Figure out 6
G-x = 2
y = ha
print (y*x)
G-Output 4
B-!= means ...
B-Figure out 4
G-Calculator (+, -, *, /)
G-Create
Program 6
O-x = 10.2
y = 264.8
print (int(x-y))
O-Output 6
N-BOOL means ...
N-Figure out 5
I-What is a Float Variable?
I-Detailed Explanation 4