Or open a terminal and type 'python3' ...

Or open an editor, type in a py program, save it as "myfirstcode.py" and then at the console type 'python3 ./myfirstcode.py' and hit return...

There are a number of choices to get there - that's the tenet of Linux. It's all about choice.

On 8/7/21 3:31 PM, MRAB wrote:
On 2021-08-07 04:34, MICHAEL J W SMITH via Python-list wrote:
I downloaded python. I selected it from the start menu. I clicked on:-
Python 3-9New
I got:-
IDLE (Python 3.9 64-bit)
Python 3.9 (64-bit)
Python 3.9 Manuals (64-bit)
Python 3.9 Module Docs (64-bit)
I wish to access the page where I do coding.I would appreciate help, either directly, or with information as to where I can get help.Thank you so much!

The Manual contains a tutorial.

You can use IDLE to use Python interactively or edit programs.
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to