0

How do I make a program on python

17th Oct 2020, 6:01 PM
Ù…Ű­Ù…ŰŻ ŰźŰ§Ù„ŰŻ ŰšŰ±ÙŠŰŻŰ§Ù†
Ù…Ű­Ù…ŰŻ ŰźŰ§Ù„ŰŻ ŰšŰ±ÙŠŰŻŰ§Ù† - avatar
2 Answers
+ 1
In windows just save your file with py extension then open cmd and run python file_name.py.In linux just use terminal and type python3 file_name.py.It is better to have a code editor installed and run python files from.
17th Oct 2020, 6:05 PM
HBhZ_C
HBhZ_C - avatar
+ 1
I heard, that the most people use Visual Studio Code as their main Code editor. I there, just create a new file and save it as a Python file. You can download visual studio Code for free on the internet. I hope this answer helps.
17th Oct 2020, 6:16 PM
Julian
Julian - avatar