Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get the current year in python

import datetime
now = datetime.datetime.now().year
print(now)
 
PREVIOUS NEXT
Tagged: #current #year #python
ADD COMMENT
Topic
Name
9+5 =