Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: help pls!
Post: help pls!

uncomfirmedusers = ['bob','joe','mikey'] comfirmedusers = [] while uncomfirmedusers: currentuser = uncomfirmedusers.pop() print("veryfing user: " = currentuser()) comfirmedusers.appen...
dirtdude General Coding Help 2 1,465 Sep-01-2020, 10:41 PM
    Thread: how to loop this
Post: how to loop this

guess = input("guess a number between 1 and 50 ") guess = int(guess) if guess == 31: print("yes!The correct answer is " + str(guess) ) else: print("wrong,try again ") this is my code,but I dont...
dirtdude General Coding Help 4 2,211 Aug-18-2020, 03:24 AM

User Panel Messages

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