Computer Science, asked by vandanarathod15379, 6 months ago

Press ____ to create a new Python program.​

Answers

Answered by Anonymous
2

Answer:

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

Answered by arpit1494
1

Answer:

To access the Python shell, open the terminal of your operating system and then type "python". Press the enter key and the Python shell will appear. This is the same Python executable you use to execute scripts, which comes installed by default on Mac and Unix-based operating systems.

Similar questions