what is the language of command prompt terminal in computer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what is the language of command prompt terminal in computer?

17th Dec 2020, 10:59 AM
Vahab
Vahab - avatar
5 Answers
+ 2
Vahab It's ez pz bro Write your python code and save it with the extension .py then click on the search bar of the folder and write cmd (this will open the cmd in the location of your file) or if you know how to navigate to the folder then do it. Finally type python filename.py Make sure you download python from the official site
17th Dec 2020, 1:21 PM
Krish
Krish - avatar
+ 3
Vahab Explain your query You want to know that in which language it is written or the language it uses to give commands
17th Dec 2020, 11:08 AM
Krish
Krish - avatar
+ 2
i want to know how to use it
17th Dec 2020, 11:33 AM
Vahab
Vahab - avatar
+ 2
Vahab There are different commands for different terminals Like linux has its own and window has its own powershell and cmd For example - touch command create a new file in linux where as New-Item command make a new file in powershell So you need to define which terminal are you using
17th Dec 2020, 11:43 AM
Krish
Krish - avatar
+ 1
Well, i want to use my python code with help of cmd (windows), i wonder if there is a specific language for that
17th Dec 2020, 12:23 PM
Vahab
Vahab - avatar