Determinewhether anumber isdivisible by5.Ask for anumber andprint itsmultiplesfrom 1 to 10.Print A, B,C, D, or Fbased ona score.Use a loopto calculate1 + 2 + ... +10.Ask for a daynumber (1–7)and printwhether it is aweekday orweekend.Ask for an ageand printwhether theperson is achild, teenager,or adult.Ask for a wordand a number,then print theword thatmany times.Ask for anumber andprint whetherit is even orodd.Ask for threenumbers andprint thelargest.Print thenumbers 1–20, labelingeach "Even"or "Odd".Ask for twonumbersand print thelarger one.Count howmany evennumbers arebetween 1and 20.Ask for anumber andprint whetherit is between10 and 20.Ask for a wordand counthow manycharacters itcontains.Ask for atemperatureand print "Hot"if it is above 80,otherwise "Nothot".Ask for threenumbers andprint thesmallest.Print thenumbersfrom 10down to 1.Ask for anumber andprint howmany digits ithasAsk for aletter anddeterminewhether it isa vowel.Print thenumbers1 through10.Print whethera number ispositive,negative, orzero.Ask for twonumbers andprint whetherthe first is amultiple of thesecondAsk for ascore andprint itsletter grade.Print allmultiples of3 from 3through 30.Determinewhether anumber isdivisible by5.Ask for anumber andprint itsmultiplesfrom 1 to 10.Print A, B,C, D, or Fbased ona score.Use a loopto calculate1 + 2 + ... +10.Ask for a daynumber (1–7)and printwhether it is aweekday orweekend.Ask for an ageand printwhether theperson is achild, teenager,or adult.Ask for a wordand a number,then print theword thatmany times.Ask for anumber andprint whetherit is even orodd.Ask for threenumbers andprint thelargest.Print thenumbers 1–20, labelingeach "Even"or "Odd".Ask for twonumbersand print thelarger one.Count howmany evennumbers arebetween 1and 20.Ask for anumber andprint whetherit is between10 and 20.Ask for a wordand counthow manycharacters itcontains.Ask for atemperatureand print "Hot"if it is above 80,otherwise "Nothot".Ask for threenumbers andprint thesmallest.Print thenumbersfrom 10down to 1.Ask for anumber andprint howmany digits ithasAsk for aletter anddeterminewhether it isa vowel.Print thenumbers1 through10.Print whethera number ispositive,negative, orzero.Ask for twonumbers andprint whetherthe first is amultiple of thesecondAsk for ascore andprint itsletter grade.Print allmultiples of3 from 3through 30.

Python Bingo - Call List

(Print) Use this randomly generated list as your call list when playing the game. There is no need to say the BINGO column name. 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
  1. Determine whether a number is divisible by 5.
  2. Ask for a number and print its multiples from 1 to 10.
  3. Print A, B, C, D, or F based on a score.
  4. Use a loop to calculate 1 + 2 + ... + 10.
  5. Ask for a day number (1–7) and print whether it is a weekday or weekend.
  6. Ask for an age and print whether the person is a child, teenager, or adult.
  7. Ask for a word and a number, then print the word that many times.
  8. Ask for a number and print whether it is even or odd.
  9. Ask for three numbers and print the largest.
  10. Print the numbers 1–20, labeling each "Even" or "Odd".
  11. Ask for two numbers and print the larger one.
  12. Count how many even numbers are between 1 and 20.
  13. Ask for a number and print whether it is between 10 and 20.
  14. Ask for a word and count how many characters it contains.
  15. Ask for a temperature and print "Hot" if it is above 80, otherwise "Not hot".
  16. Ask for three numbers and print the smallest.
  17. Print the numbers from 10 down to 1.
  18. Ask for a number and print how many digits it has
  19. Ask for a letter and determine whether it is a vowel.
  20. Print the numbers 1 through 10.
  21. Print whether a number is positive, negative, or zero.
  22. Ask for two numbers and print whether the first is a multiple of the second
  23. Ask for a score and print its letter grade.
  24. Print all multiples of 3 from 3 through 30.