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
Environmental Sciences,
2 months ago
Science,
2 months ago
Science,
2 months ago
Science,
5 months ago
Math,
10 months ago
World Languages,
10 months ago
Social Sciences,
10 months ago