Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Leonardo6
/
git
like
0
Model card
Files
Files and versions
xet
Community
main
git
/
main.py
Leonardo6
Add files using upload-large-folder tool
63e060d
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
87 Bytes
def
main
():
print
(
"Hello from homework4!"
)
if
__name__ ==
"__main__"
:
main()