Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Koshti10
/
LLMCalc
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
64345bb
LLMCalc
/
test.py
carbonnnnn
add date picker using dropdown
fd62121
about 2 months ago
raw
Copy download link
history
blame
Safe
132 Bytes
import
calendar
import
datetime
today = datetime.date.today()
year = today.year
print
(year)
print
(
list
(calendar.month_name[
1
:]))