We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f5bc0 commit 0475a51Copy full SHA for 0475a51
Snake Game/food.py
@@ -1,8 +1,8 @@
1
from turtle import Turtle
2
import random
3
4
-class Food(Turtle):
5
- def __init__(self):
+class Food(Turtle): #It refers to dot as food
+ def __init__(self):
6
super().__init__()
7
self.shape("circle")
8
self.penup()
0 commit comments