This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import turtle | |
import random | |
w = 500 | |
h = 500 | |
food_size = 10 | |
delay = 100 | |
offsets = { | |
"up": (0, 20), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'''age=21 | |
#age+=1 | |
print('your age is '+ str(age)''' | |
# from typing import Tuple | |
# import my_first_module | |
''' height=250.5 | |
print(height) | |
print(type(height)) |