CODE
more = "y"
while more != "y":
    ans = input("What is your New Year resolution?")
print (ans, "That's a great resolution!")
mores=input("Do you have any more resolutions y/n ?")
#This code contains errors.  Can you fix this Python code? Have a go!
        
Welcome to Python Online.
		
Type in your Python code and click on the RUN button or use the following shortcuts:

Chrome and Edge on Windows: Alt + R
Firefox on Windows: Alt + Shift + R
Firefox and Chrome on Mac: Control + Option + R
Firefox and Chrome on Linux: Alt + Shift + R
OUTPUT
FUNCTION CALLS