color("purple") left(360) backwards(10) Right(180) left(120) begin_fill() print("Hello World!") forward(10) penup() color("green") end_fill() speed(0) def draw_circle(): right(90) for i in range(): pensize() (200, 0) color("red") setposition() if count < 5: circle(10) for i in range(3): forward(100) left(90) pendown() speed(1) (-200, 0) circle(10, 360, 3) # Draws a circle backward(10) circle(50) color("purple") left(360) backwards(10) Right(180) left(120) begin_fill() print("Hello World!") forward(10) penup() color("green") end_fill() speed(0) def draw_circle(): right(90) for i in range(): pensize() (200, 0) color("red") setposition() if count < 5: circle(10) for i in range(3): forward(100) left(90) pendown() speed(1) (-200, 0) circle(10, 360, 3) # Draws a circle backward(10) circle(50)
(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.
color("purple")
left(360)
backwards(10)
Right(180)
left(120)
begin_fill()
print("Hello World!")
forward(10)
penup()
color("green")
end_fill()
speed(0)
def draw_circle():
right(90)
for i in range():
pensize()
(200, 0)
color("red")
setposition()
if count < 5: circle(10)
for i in range(3): forward(100) left(90)
pendown()
speed(1)
(-200, 0)
circle(10, 360, 3)
# Draws a circle
backward(10)
circle(50)