Answers for "can you rerun a function in the same function python"

1

can you rerun a function in the same function python

phrase = "hello, world"

while input("Guess the phrase: ") != phrase:
    print("Incorrect.")  # Evaluate the input here
print("Correct")  # If the user is successful
Posted by: Guest on November-05-2020

Code answers related to "can you rerun a function in the same function python"

Python Answers by Framework

Browse Popular Code Answers by Language