Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: name error with text based rpg code
Post: RE: name error with text based rpg code

Awesome! Thanks so much! I now have a different problem, however. Even after using a valid input, it repeats the function twice. Here's my updated code: def chooseCoffee (): coffee = "" while...
cris_ram415 General Coding Help 4 2,445 Oct-25-2020, 04:53 AM
    Thread: name error with text based rpg code
Post: RE: name error with text based rpg code

if(coffee == "iced coffee"): NameError: name 'coffee' is not defined
cris_ram415 General Coding Help 4 2,445 Oct-24-2020, 12:58 AM
    Thread: name error with text based rpg code
Post: name error with text based rpg code

I am getting a NameError in my text based rpg and I was wondering if anyone could help. Here's the code: def chooseCoffee (): coffee = "" while coffee != "iced coffee" and coffee != "black co...
cris_ram415 General Coding Help 4 2,445 Oct-24-2020, 12:57 AM

User Panel Messages

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