Advertisements
Advertisements
प्रश्न
Explain each word of the following command.
Python <filename.py> -<i> <C++ filename without cpp extension>
टिप्पणी लिखिए
Advertisements
उत्तर
Python < filename.py > -i < C++ filename without cpp extension >
| Python | Keyword to execute the Python program from command-line |
| filename.py | Name of the Python program to execute |
| – i | input mode |
| C++ filename without CPP extension | Name of C++ file to be compiled and executed |
Example: Python pycpp.py -i pali
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
