Skip to content

Instantly share code, notes, and snippets.

View Otojon's full-sized avatar
🏁
on the way

Otojon Otojon

🏁
on the way
  • 127.0.0.1
  • 127.0.0.1
View GitHub Profile
@Otojon
Otojon / Snake_game.py
Created February 6, 2022 16:09
simple game
import turtle
import random
w = 500
h = 500
food_size = 10
delay = 100
offsets = {
"up": (0, 20),
@Otojon
Otojon / main.py
Created January 30, 2022 16:10
experience
'''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))