Skip to content

Instantly share code, notes, and snippets.

View dg256's full-sized avatar
🎯
Focusing

Deepak Gupta dg256

🎯
Focusing
View GitHub Profile
// python code
print("Hello world")
print ("@"*10)
birth_year = input("year: ")
print(type(birth_year))
age = 2019 - int(birth_year)
print(age)