Computer Science, asked by gitawarang9286, 1 year ago

How to run python command line in ubuntu?

Answers

Answered by Naresh5551
0
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



or

u can use wine software to run python. exe file
Similar questions