Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
zej97/AI-Research-Assistant
DeepSoft-AI
/
deeprnd-ai-research-assistant
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
deeprnd-ai-research-assistant
/
test
/
test4.py
zej97
Upload folder using huggingface_hub
4d7183d
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
63 Bytes
def
test
():
yield
1
return
2
a, b = test()
print
(a, b)