29
R-C-D
5y

import datetime
age=19

while not dead:
today=datetime.datetime.today()
if today.day == 1 and today.month == 4:
age+=1
print("🎉")

Comments
Add Comment