Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
a10
/
hkobservatorytest1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
baa2a05
hkobservatorytest1
/
app.py
a10
Create app.py
baa2a05
over 2 years ago
raw
Copy download link
history
blame
Safe
101 Bytes
# 19feb2023
import
datetime
today = datetime.date.today()
year = today.strftime(
"%Y"
)
print
(year)