Python Forum
if-loop does not respond to input
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
if-loop does not respond to input
#2
your while loop has no terminator, ( i is never changed ), so it's happily going to run forever in the loop and only reach the else clause i was input as something other than 1
Reply


Messages In This Thread
if-loop does not respond to input - by Kmarstein - Jan-28-2020, 01:27 PM
RE: if-loop does not respond to input - by Larz60+ - Jan-28-2020, 09:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  WHILE LOOP NOT RETURNING USER INPUT AFTER ZerroDivisionError! HELP! ayodele_martins1 7 1,046 Oct-01-2023, 07:36 PM
Last Post: ayodele_martins1
  Code won't break While loop or go back to the input? MrKnd94 2 944 Oct-26-2022, 10:10 AM
Last Post: Larz60+
  WHILE Loop - constant variables NOT working with user input boundaries C0D3R 4 1,470 Apr-05-2022, 06:18 AM
Last Post: C0D3R
Exclamation question about input, while loop, then print jamie_01 5 2,645 Sep-30-2021, 12:46 PM
Last Post: Underscore
  Use of respond.get ebolisa 2 1,745 Jul-31-2021, 02:11 PM
Last Post: ebolisa
  How to make a telegram bot respond to the specific word in a sentence? Metodolog 2 6,336 Dec-22-2020, 07:30 AM
Last Post: martabassof
  I want to check if the input is str or is int & if it's str repeat the loop HLD202 4 2,772 Nov-23-2020, 11:01 PM
Last Post: perfringo
  Loop back through loop based on user input, keeping previous changes loop made? hbkpancakes 2 2,927 Nov-21-2020, 02:35 AM
Last Post: hbkpancakes
  Nested Loop for user input Ads 2 3,546 Dec-30-2019, 11:44 AM
Last Post: Ads
  How to Loop my calculator input Michael1 2 3,742 Dec-13-2019, 04:57 AM
Last Post: ICanIBB

Forum Jump:

User Panel Messages

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