What is the steps to work in script mode of python.
Answers
Answered by
6
Explanation:
script mode
- If you are in the standard Python shell,
- you can click "File" then.
- choose "New" or simply hit "Ctrl + N" on your keyboard to open a blank script in which you can write your code.
- You can then press "Ctrl + S" to save it.
- After writing your code, you can run it by clicking "Run" then "Run Module" or simply press F5.
Answered by
0
Answer:
A Python script is a collection of commands in a file designed to be executed like a program. The file can of course contain functions and import various modules, but the idea is that it will be run or executed from the command line or from within a Python interactive shell to perform a specific task
Explanation:
Similar questions
English,
3 months ago
Sociology,
3 months ago
Science,
3 months ago
Science,
6 months ago
Math,
11 months ago
World Languages,
11 months ago
Social Sciences,
11 months ago