Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GakkiLi
/
simcourt
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
simcourt
/
test.py
GakkiLi
Upload folder using huggingface_hub
94bdfd0
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
96 Bytes
full = []
global_history = [
1
,
2
,
3
]
full += global_history
global_history = []
print
(full)