How to run | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to run

15th Oct 2018, 1:51 PM
Sanduni Ranasinghe
2 Answers
+ 2
If youre on Sololearn then there's the run button. If you have Python on your machine Python should have put the python executable in your PATH. If so go to the terminal and enter the "python -file name-.py" command. If your terminal cant recognise it then you will have to add it manually, a quick google search will tell you what to do.
15th Oct 2018, 2:00 PM
TurtleShell
TurtleShell - avatar
+ 1
TurtleShell sometimes py -file name-.py works instead of python -file name-.py
15th Oct 2018, 3:28 PM
LONGTIE👔
LONGTIE👔 - avatar