5 lines
69 B
Python
Executable File
5 lines
69 B
Python
Executable File
print("code prior to shebang")
|
|
|
|
# A python comment
|
|
#!/usr/bin/python
|