CreateProgram4[Sport] ClubRegistrationDetailedExplanation2What isPython?Output1x = 1y = xx = 3print (y)Output2x = helloy = worldprint x+''+yDetailedExplanation6Why do weneedComments(#) inPython?CreateProgram1Take-outRestaurantOutput5x = 'thanks'print('Thankyou = ',x,'.')Figureout 4!=means...DetailedExplanation4What is aFloatVariable?CreateProgram6Calculator(+, -, *, /)Figureout 2IF/ELIF/ELSEis for...CreateProgram2SupermarketCashierFigureout 1==means...Output3x = [1,2,3]print(x[3])Figureout 3Whatbracketsshould weused for ListVariable?DetailedExplanation1EasiestComputerLanguage?CreateProgram5TheaterTicketMachineCreateProgram3Library(Borrowbook)DetailedExplanation3WhyConditionalBranch isuseful inCoding?Figureout 6Whatsymbolsshould weused to startIF?DetailedExplanation5Whyshould welearncoding?Output4x = 2y = haprint (y*x)Figureout 5BOOLmeans...Output6x = 10.2y = 264.8print(int(x-y))CreateProgram4[Sport] ClubRegistrationDetailedExplanation2What isPython?Output1x = 1y = xx = 3print (y)Output2x = helloy = worldprint x+''+yDetailedExplanation6Why do weneedComments(#) inPython?CreateProgram1Take-outRestaurantOutput5x = 'thanks'print('Thankyou = ',x,'.')Figureout 4!=means...DetailedExplanation4What is aFloatVariable?CreateProgram6Calculator(+, -, *, /)Figureout 2IF/ELIF/ELSEis for...CreateProgram2SupermarketCashierFigureout 1==means...Output3x = [1,2,3]print(x[3])Figureout 3Whatbracketsshould weused for ListVariable?DetailedExplanation1EasiestComputerLanguage?CreateProgram5TheaterTicketMachineCreateProgram3Library(Borrowbook)DetailedExplanation3WhyConditionalBranch isuseful inCoding?Figureout 6Whatsymbolsshould weused to startIF?DetailedExplanation5Whyshould welearncoding?Output4x = 2y = haprint (y*x)Figureout 5BOOLmeans...Output6x = 10.2y = 264.8print(int(x-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
I I
3
B B
4
O O
5
N N
6
I I
7
B B
8
B B
9
I I
10
G G
11
N N
12
G G
13
B B
14
I I
15
O O
16
N N
17
I I
18
B B
19
G G
20
O O
21
G G
22
G G
23
N N
24
O O
  1. O-[Sport] Club Registration
    O-Create Program 4
  2. I-What is Python?
    I-Detailed Explanation 2
  3. B-x = 1 y = x x = 3 print (y)
    B-Output 1
  4. O-x = hello y = world print x+' '+y
    O-Output 2
  5. N-Why do we need Comments (#) in Python?
    N-Detailed Explanation 6
  6. I-Take-out Restaurant
    I-Create Program 1
  7. B-x = 'thanks' print ('Thank you = ',x,'.')
    B-Output 5
  8. B-!= means ...
    B-Figure out 4
  9. I-What is a Float Variable?
    I-Detailed Explanation 4
  10. G-Calculator (+, -, *, /)
    G-Create Program 6
  11. N-IF/ELIF/ELSE is for...
    N-Figure out 2
  12. G-Supermarket Cashier
    G-Create Program 2
  13. B-== means ...
    B-Figure out 1
  14. I-x = [1,2,3] print (x[3])
    I-Output 3
  15. O-What brackets should we used for List Variable?
    O-Figure out 3
  16. N-Easiest Computer Language?
    N-Detailed Explanation 1
  17. I-Theater Ticket Machine
    I-Create Program 5
  18. B-Library (Borrow book)
    B-Create Program 3
  19. G-Why Conditional Branch is useful in Coding?
    G-Detailed Explanation 3
  20. O-What symbols should we used to start IF?
    O-Figure out 6
  21. G-Why should we learn coding?
    G-Detailed Explanation 5
  22. G-x = 2 y = ha print (y*x)
    G-Output 4
  23. N-BOOL means ...
    N-Figure out 5
  24. O-x = 10.2 y = 264.8 print (int(x-y))
    O-Output 6