Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to loop a script?
#2
You could use a structure such as
result = 0
while result < 3:
    ...
    result = ...
Reply


Messages In This Thread
how to loop a script? - by ZYSIA - Jul-22-2021, 06:29 AM
RE: how to loop a script? - by Gribouillis - Jul-22-2021, 06:46 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Button to stop while loop from another script Absolutewind 5 904 Sep-25-2023, 11:20 PM
Last Post: deanhystad
  [SOLVED] [Linux] Script in cron stops after first run in loop Winfried 2 932 Nov-16-2022, 07:58 PM
Last Post: Winfried
  for loop script over telnet in Python 3.5 is not working abhijithd123 1 2,901 May-10-2020, 03:22 AM
Last Post: bowlofred
  Need help creating complex loop around existing script CephloRhod 5 2,781 Apr-16-2020, 01:23 PM
Last Post: deanhystad
  Loop independent of excecution time of a script Forelli 8 3,821 Feb-02-2020, 10:49 PM
Last Post: snippsat
  Using for loop in Python lists script? NLittle17 4 2,912 Jan-05-2019, 07:08 PM
Last Post: ichabod801
  How to Loop A Script within itself? HiImNew 2 3,029 Nov-22-2017, 03:09 AM
Last Post: HiImNew

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020