Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amazinghaha
/
demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
88cd70c
demo
/
try.py
amazinghaha
Upload try.py
3797c8e
over 1 year ago
raw
Copy download link
history
blame
102 Bytes
A =
5
def
hah
():
global
A
=
10
if
__name__ ==
'__main__'
:
print
(A)
hah()
print
(A)