Files
python-by-example/main.py

3 lines
55 B
Python

if __name__ == "__main__":
print("This is a test")