🏃
Python 100제
/
☝
Python 100제 - 1권
/
🔥
문제45
/
✔️
답안
✔️
답안
import time t = time.time() t = int(t//(3600*24*365))+1970 print(t)