how can I use the code written in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

how can I use the code written in python

I know how to code but I cant run my codes where can I run it??

9th Mar 2018, 7:21 PM
abdelrhman ghoraba
abdelrhman ghoraba - avatar
5 Answers
+ 13
Do you know about "code playground" in sololearn?
9th Mar 2018, 7:24 PM
Hannah Grace
Hannah Grace - avatar
+ 4
Python is an Interpreted language, and can be interpreted and run in an Interpreter, such as IDLE. SoloLearn's Code Playground does this, but for Desktop or Laptop running, I only run on Linux.
9th Mar 2018, 7:25 PM
Dread
Dread - avatar
+ 1
Install python on your PC and run a python program (.py) by double clicking or "python3 program.py" in the shell
9th Mar 2018, 8:17 PM
Moritz Vogel
Moritz Vogel - avatar
0
Download dcoder ide
9th Mar 2018, 11:14 PM
Ade🧑🏽‍💻
Ade🧑🏽‍💻 - avatar
0
Download Python Environment for your machine and follow his manual http://www.python.org
10th Mar 2018, 12:00 AM
KrOW
KrOW - avatar