Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Code with empty list not executing
Post: RE: Code with empty list not executing

thank you
adeana General Coding Help 9 3,761 Jun-14-2020, 06:05 PM
    Thread: Code with empty list not executing
Post: RE: Code with empty list not executing

Supposedly with the list being empty, the last comment should execute. Atleast according to the book, Python Crash Course.
adeana General Coding Help 9 3,761 Jun-14-2020, 04:30 PM
    Thread: Code with empty list not executing
Post: Code with empty list not executing

usernames = [] for username in usernames: if username == 'admin': print("Hello admin, would you like a status report?") if username != 'admin': print("Hello " + username + ", t...
adeana General Coding Help 9 3,761 Jun-14-2020, 04:02 PM
    Thread: Unable to combine print statements in for loop
Post: RE: Unable to combine print statements in for loop

Thank you for your help.
adeana General Coding Help 2 2,006 Jun-12-2020, 05:08 PM
    Thread: Unable to combine print statements in for loop
Post: Unable to combine print statements in for loop

I am learning Python on my own. I am using Python Crash Course by Eric Matthes. Chapter 4: Looping through a Slice - #my list players = ['charles', 'martina', 'michael', 'florence', 'eli'] #my inst...
adeana General Coding Help 2 2,006 Jun-12-2020, 04:49 PM

User Panel Messages

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