Advertisements
Advertisements
प्रश्न
What are the different modes that can be used to test Python programs?
टीपा लिहा
उत्तर
In Python, programs can be written in two ways namely Interactive mode and Script mode. The Interactive mode allows us to write codes in Python command prompt (>>>) whereas in script mode programs can be written and stored as a separate file with the extension .py and executed. Script mode is used to create and edit Python source files.
shaalaa.com
Programming in Python
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?