Computer Science, asked by salonibhosle3154, 1 year ago

How to run python script in ubuntu terminal?

Answers

Answered by rohan5101
1
Create a folder on your computer to use for your Python programs. .
..Open the Applications folder, go into the Utilities folder, and open the Terminal program.
Type cd pythonpractice to change directory to your pythonpractice folder, and hit Enter.Type python ./hello.py to run your program!
Similar questions