Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Edit Copy
Download
Star
scientific-python-lectures
scientific-python-lectures
/
scripts
/
hello-world.py
2
1
2
4
views
Tweet
Share
Share
1
#!/usr/bin/env python
2
3
print
(
"Hello world!"
)
4
5