Skip to content

Conversation

@YEL-59
Copy link

@YEL-59 YEL-59 commented Jul 29, 2021

No description provided.


if playing.lower() != "yes":
playing = input('Do u Want to play!')
if playing != 'yes':

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a possibility that Yes, YES, yES etc is being typed into. So, .lower() is preferred by me. It's just a suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants