Skip to content

Instantly share code, notes, and snippets.

@SANTOSHSHARMA11
Created December 14, 2019 12:53
Show Gist options
  • Save SANTOSHSHARMA11/e8e0d9395f98d856fccfeb01371573c3 to your computer and use it in GitHub Desktop.
Save SANTOSHSHARMA11/e8e0d9395f98d856fccfeb01371573c3 to your computer and use it in GitHub Desktop.
i = 0
while i <= 2:
p = int(input("guess your no from 0-9 : "))
i += 1
if p == 7:
{
print("YOU WIN BUDDY 😎😎😎😎")
}
break
else:
{
print("TRY again!!!!! 😁😁😁😁😁😁😁😁😁")
}
else:
{
print("YOU FAILED πŸ˜†πŸ˜†πŸ˜†πŸ˜†πŸ˜†πŸ˜†πŸ˜†πŸ˜†πŸ˜†πŸ˜†")
}
@SANTOSHSHARMA11
Copy link
Author

It is going to give you # chances if you guess right you win
have fun!!!!!!!!!!!😎😎😎😎😎

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