Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: a little help with a While Loop
Post: RE: a little help with a While Loop

I figured it x = 1 while x <= 3: name = input("Enter your username: ") if len(name) < 5: print(f"{name} is too short") elif len(name) > 9: print (f"{name} is to...
Hob_78 General Coding Help 2 1,832 Feb-07-2020, 04:25 PM
    Thread: a little help with a While Loop
Post: a little help with a While Loop

A newbie here **biggrin** This code prints "too many tires" at every loop. The goal is to print it at the end of the loop only. (after 3 wrong tries) Can someone help ? x = 1 while x <= 3: ...
Hob_78 General Coding Help 2 1,832 Feb-07-2020, 12:00 PM

User Panel Messages

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