Re: (no subject)

Terry Reedy <[email protected]> Wed, 7 Sep 2022 11:36:08 -0400
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?

Load the script in an IDLE editor and hit F5.  Please read the doc at 
https://docs.python.org/3/library/idle.html.  Note that IDLE is meant 
for learning Python and developing scripts, not so much for running them.

-- 
Terry Jan Reedy