SyntaxFix
Write A Post
Hire A Developer
Questions
Save the following program as print.py:
print.py
#!/usr/bin/python3 print('Hello World')
Then in the terminal type:
chmod +x print.py ./print.py