Report Bug
Qus : To start Python from the command prompt, use the command
Qusकमांड प्रॉम्प्ट से पायथन शुरू करने के लिए, कमांड का उपयोग करें

A. execute python
B. go python
C. python
D. run python


Solution
C. python



Explanation
To start the Python interpreter from the command prompt, you simply type python and press Enter.



Report Bug