Can notepad be used for Coding and interpreting | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Can notepad be used for Coding and interpreting

7th Jul 2019, 6:51 PM
Kenncofficial
Kenncofficial - avatar
3 ответов
+ 4
Kenn C Offishal 1) you can write your python code in notepad 2) you just have to save the file with .py extension 3) for execution of the python file you need any interpreter or ide like pycharm or IDLE 4) Or you can run the Python program using the command line and interpreter. To do this, the programmer opens a DOS command line window,  C:>python hello.py Where hello is the python file name
7th Jul 2019, 7:26 PM
MsJ
MsJ - avatar
+ 2
Well I think that notepad++ is much better
7th Jul 2019, 7:51 PM
RISHABH MISHRA
RISHABH MISHRA - avatar
0
Thanks allot
7th Jul 2019, 8:04 PM
Kenncofficial
Kenncofficial - avatar