[Idle-dev] (no subject)
Hello. I just got a little problem. Answer me please, how can I run script in app named IDLE? ___ IDLE-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/idle-dev
Re: [Idle-dev] (no subject)
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
