python + can we call same function inside function code example
Example: 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