Python Forum
Unexpected ininite loop behavior
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unexpected ininite loop behavior
#5
while (True) is infinite by default.
The value of the 2 variables are outside the loop and if you enter the values less than 0,it goes into an infinite loop
Reply


Messages In This Thread
RE: Unexpected ininite loop behavior - by Larz60+ - Jan-27-2019, 03:27 PM
RE: Unexpected ininite loop behavior - by buran - Jan-27-2019, 03:59 PM
RE: Unexpected ininite loop behavior - by aakashjha001 - Jan-27-2019, 05:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Inconsistent loop iteration behavior JonWayn 2 955 Dec-10-2022, 06:49 AM
Last Post: JonWayn
  Unexpected round behavior pythonCoder 1 2,229 Feb-19-2019, 02:39 PM
Last Post: marienbad
  A little unexpected output from a while loop linuxnoob 3 3,080 Jul-17-2018, 01:02 AM
Last Post: gontajones
  Unexpected input in While Loop fier259 1 2,403 May-07-2018, 12:47 AM
Last Post: woooee
  Unexpected behavior appending to a List of Dictionaries Nomad 2 2,699 Apr-03-2018, 04:22 AM
Last Post: Nomad

Forum Jump:

User Panel Messages

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