+ 1
what is the language of command prompt terminal in computer?
5 ответов
+ 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
+ 3
Vahab
Explain your query
You want to know that in which language it is written or the language it uses to give commands
+ 2
i want to know how to use it
+ 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
+ 1
Well, i want to use my python code with help of cmd (windows), i wonder if there is a specific language for that