Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to get the year and month in python

import calander
ear = int(input("Input the year:- "))
Month = int(input("Input the month:- "))
print(calendar.month(y, m))
 
PREVIOUS NEXT
Tagged: #year #month #python
ADD COMMENT
Topic
Name
9+7 =