Saved Bookmarks
| 1. |
What are script mode in python |
|
Answer» Answer: SCRIPT Mode. If you need to write a long piece of PYTHON code or your Python script spans MULTIPLE files, interactive mode is not recommended. Script mode is the way to go in such cases. In script mode, You write your code in a text FILE then save it with a . py EXTENSION which stands for "Python hjj hj follow me |
|