7 lines
90 B
Python
Executable File
7 lines
90 B
Python
Executable File
"""
|
|
With a docstring
|
|
print("commented out code")
|
|
"""
|
|
# A python comment
|
|
#!/usr/bin/python
|