Skip to content

Create GuessTheNumber.py#100

Draft
Mat-Geo wants to merge 1 commit intosugaroidbot:developfrom
Mat-Geo:patch-5
Draft

Create GuessTheNumber.py#100
Mat-Geo wants to merge 1 commit intosugaroidbot:developfrom
Mat-Geo:patch-5

Conversation

@Mat-Geo
Copy link
Copy Markdown
Contributor

@Mat-Geo Mat-Geo commented Feb 15, 2021

I will do the rest later. :)

I will do the rest later. :)
GUESS_NUM_LOS = [
"That was close.",
"Better Luck Next Time Mate.",
"Be enthusiastic and give it a try once more!',
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Kindly close the statement with the same double quote you've used at the start..


GUESS_NUM_WIN = [
"Congragulations! You really are a genius.",
"You havae won the game by Guessing the Number correctly.",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

there is a typo.. please change havae to have

if processed.isspace():
return "You should enter for me to check it!"
if process.isalpha():
return "There are no aplhabets in the number. Please enter a nuumber!"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Replace aplhabets with alphabets

from sugaroid.core.statement import SugaroidStatement

GUESS_NUM_WIN = [
"Congragulations! You really are a genius.",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Typo again Congratulations

@srevinsaju
Copy link
Copy Markdown
Member

Ping me when you are done. I will review once you have marked this PR ready for review.

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.

3 participants