How_Linux_Works/Chapter2/2.2_hello.py
2025-02-01 12:29:41 +08:00

3 lines
69 B
Python

# strace -o hello.py.log python3 ./2.2_hello.py
print("hello world")