Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f341808

Browse files
committed
ch01: add shebang
1 parent 5f59894 commit f341808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_hello/hello.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1+
#!/usr/bin/env python3
12
# Purpose: Say hello
23
print("Hello, World!")
3-

0 commit comments

Comments
 (0)