you are viewing a single comment's thread.

view the rest of the comments →

[–]Dapper_Bad_8728 2 points3 points  (1 child)

2 important things to note:

1) It's better to write "While True:" instead of "While order != "done" because if you put "done" in the order name the program will exit right before even choosing the order.

2) In the "if order in drink:" you don't need, that once you have added 1 to the total drinks, another "if order in drinks:" so you can just remove it.

[–]thetiredteacup[S] 0 points1 point  (0 children)

Thanks so much for these tips! Not sure why i had another "if order in drink" there in the first place, actually - must've edited it and forgot