2 lines
93 B
Python
2 lines
93 B
Python
|
import datetime
|
||
|
print((datetime.date.today() + datetime.timedelta(6*365/12)).isoformat())
|