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

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