Python Forum

Full Version: Coin Flip Program
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
This line if command.lower() == 'exit' is not needed. You're already testing the condition in the while loop
Pages: 1 2