Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Ending loop with string (capital & lowercase)
Post: RE: Ending loop with string (capital & lowercase)

Thanks! I was asked to include these variations in order to make the script easier to use for end-users...
MattWilk97 General Coding Help 3 3,456 Oct-22-2017, 08:57 PM
    Thread: Ending loop with string (capital & lowercase)
Post: Ending loop with string (capital & lowercase)

custname = input("Enter customer's name: ") while custname.lower () != "QUIT": I am needing to end the loop when customer's name is "Quit", "quit", and "QUIT". Currently, I have yet to even come clo...
MattWilk97 General Coding Help 3 3,456 Oct-22-2017, 07:33 PM
    Thread: Problem writing code with my pseudocode
Post: Problem writing code with my pseudocode

Hello everyone, first time posting here. I was assigned the task of preparing a flowchart and pseudocode for a program that, when given a numerical input from the end user, calculates the hours worked...
MattWilk97 Homework 1 2,885 Aug-29-2017, 01:17 AM

User Panel Messages

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