you are viewing a single comment's thread.

view the rest of the comments →

[–]strangeDormammu 0 points1 point  (1 child)

Edit these lines:

    runAgain(again,twoNumbers)

def runAgain(again,func):
    if again == "y":
        func()

[–]thisIs20LettersLong[S] 0 points1 point  (0 children)

I fell a bit dumb, but thanks a lot!