Skip to content

Instantly share code, notes, and snippets.

import datetime
thisYear = datetime.datetime.now()
print("This year is " + thisYear.strftime("%Y"))
fName = input("What is your first name?: ")
lName = input("What is your last name?: ")
age = input("What is your age?: ")