you should've used if take_apple.lower() == "yes" or take_apple.lower() == "y" so you can cover yes YES Yes etc... laur
you should've used if take_apple.lower() == "yes" or take_apple.lower() == "y" so you can cover yes YES Yes etc...