Files
jupyter-collection/scientific-computing-1/scripts/hello-world.py

4 lines
45 B
Python
Raw Normal View History

2025-10-21 11:20:44 +08:00
#!/usr/bin/env python
print("Hello world!")