Output2x = helloy = worldprint x+''+yCreateProgram3Library(Borrowbook)CreateProgram2SupermarketCashierOutput5x = 'thanks'print('Thankyou = ',x,'.')DetailedExplanation1EasiestComputerLanguage?DetailedExplanation6Why do weneedComments(#) inPython?CreateProgram4[Sport] ClubRegistrationCreateProgram6Calculator(+, -, *, /)Output4x = 2y = haprint (y*x)Output3x = [1,2,3]print(x[3])DetailedExplanation4What is aFloatVariable?Output6x = 10.2y = 264.8print(int(x-y))Figureout 2IF/ELIF/ELSEis for...DetailedExplanation3WhyConditionalBranch isuseful inCoding?Figureout 4!=means...Figureout 6Whatsymbolsshould weused to startIF?DetailedExplanation5Whyshould welearncoding?CreateProgram1Take-outRestaurantFigureout 3Whatbracketsshould weused for ListVariable?Figureout 1==means...CreateProgram5TheaterTicketMachineDetailedExplanation2What isPython?Figureout 5BOOLmeans...Output1x = 1y = xx = 3print (y)Output2x = helloy = worldprint x+''+yCreateProgram3Library(Borrowbook)CreateProgram2SupermarketCashierOutput5x = 'thanks'print('Thankyou = ',x,'.')DetailedExplanation1EasiestComputerLanguage?DetailedExplanation6Why do weneedComments(#) inPython?CreateProgram4[Sport] ClubRegistrationCreateProgram6Calculator(+, -, *, /)Output4x = 2y = haprint (y*x)Output3x = [1,2,3]print(x[3])DetailedExplanation4What is aFloatVariable?Output6x = 10.2y = 264.8print(int(x-y))Figureout 2IF/ELIF/ELSEis for...DetailedExplanation3WhyConditionalBranch isuseful inCoding?Figureout 4!=means...Figureout 6Whatsymbolsshould weused to startIF?DetailedExplanation5Whyshould welearncoding?CreateProgram1Take-outRestaurantFigureout 3Whatbracketsshould weused for ListVariable?Figureout 1==means...CreateProgram5TheaterTicketMachineDetailedExplanation2What isPython?Figureout 5BOOLmeans...Output1x = 1y = xx = 3print (y)

Python Coding Bingo - Call List

(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
O O
2
B B
3
G G
4
B B
5
N N
6
N N
7
O O
8
G G
9
G G
10
I I
11
I I
12
O O
13
N N
14
G G
15
B B
16
O O
17
G G
18
I I
19
O O
20
B B
21
I I
22
I I
23
N N
24
B B
  1. O-x = hello y = world print x+' '+y
    O-Output 2
  2. B-Library (Borrow book)
    B-Create Program 3
  3. G-Supermarket Cashier
    G-Create Program 2
  4. B-x = 'thanks' print ('Thank you = ',x,'.')
    B-Output 5
  5. N-Easiest Computer Language?
    N-Detailed Explanation 1
  6. N-Why do we need Comments (#) in Python?
    N-Detailed Explanation 6
  7. O-[Sport] Club Registration
    O-Create Program 4
  8. G-Calculator (+, -, *, /)
    G-Create Program 6
  9. G-x = 2 y = ha print (y*x)
    G-Output 4
  10. I-x = [1,2,3] print (x[3])
    I-Output 3
  11. I-What is a Float Variable?
    I-Detailed Explanation 4
  12. O-x = 10.2 y = 264.8 print (int(x-y))
    O-Output 6
  13. N-IF/ELIF/ELSE is for...
    N-Figure out 2
  14. G-Why Conditional Branch is useful in Coding?
    G-Detailed Explanation 3
  15. B-!= means ...
    B-Figure out 4
  16. O-What symbols should we used to start IF?
    O-Figure out 6
  17. G-Why should we learn coding?
    G-Detailed Explanation 5
  18. I-Take-out Restaurant
    I-Create Program 1
  19. O-What brackets should we used for List Variable?
    O-Figure out 3
  20. B-== means ...
    B-Figure out 1
  21. I-Theater Ticket Machine
    I-Create Program 5
  22. I-What is Python?
    I-Detailed Explanation 2
  23. N-BOOL means ...
    N-Figure out 5
  24. B-x = 1 y = x x = 3 print (y)
    B-Output 1