Hugging Face
Models
Datasets
Spaces
Posts
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...
a10
commited on
Feb 18, 2023
Commit
baa2a05
·
1 Parent(s):
a9d8964
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+9
-0
app.py
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
# 19feb2023
2
+
3
+
import datetime
4
+
5
+
today = datetime.date.today()
6
+
7
+
year = today.strftime("%Y")
8
+
9
+
print(year)