I am looking for some help or I want to remember how I solved a certain problem.
Last active
October 12, 2020 15:41
-
-
Save Btibert3/f88dcfc9b3bf13b96541557a45fa6658 to your computer and use it in GitHub Desktop.
take input from a user
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x = input("please enter a guess: ") | |
# I dont know how to check for numeric inputs | |
# x. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment