Re: Running a script in IDLE (was no subject)
Terry Reedy <[email protected]> Mon, 7 Nov 2022 21:47:59 -0500
| Newsgroups | gmane.comp.python.idle |
|---|---|
| Message-ID | <[email protected]> |
On 9/6/2022 2:20 PM, Vektoriuxx wrote: > Hello. I just got a little problem. Answer me please, how can I run > script in app named IDLE? With rare exceptions, one should not run a script in IDLE unless one want to edit it. For the latter, read the IDLE doc, available online or from the IDLE Help menu. -- Terry Jan Reedy