Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
trioskosmos
/
rabukasim
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rabukasim
/
tools
/
_legacy_scripts
/
ai
/
debug
/
debug_write.py
trioskosmos
Upload folder using huggingface_hub
463f868
verified
27 days ago
raw
Copy download link
history
blame
contribute
delete
94 Bytes
with
open
(
"test_write.txt"
,
"w"
)
as
f:
f.write(
"Hello World"
)
print
(
"Write test done"
)