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))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #year #month #python
ADD COMMENT
Topic
Name
5+5 =