Open SpudGunMan opened 2 months ago
little addition can be made to the above conditional statements, so as we just want to check if the variable choice
contains a specific value or not, it'd be a better idea to compare it against a tuple containing numerous possible values.
For example: elif choice in ("forfit", "f")
this way we can append more values to the tuple and use the in
operator to check whether a value exists in the given sequence or not.
you asked about any other ideas, I changed the copy I am using for the choice to just accept single letters