Build an Arithmetic Formatter Project - Build an Arithmetic Formatter Project

Tell us what’s happening:

I saved my code and exited. Came back and the code is gone and when I press the revert to saved code button nothing happens. Is there any way to pull it up?

Also looking back, the project before this one has completely reset.

please help

Your code so far

def arithmetic_arranger(problems, show_answers=False):

    return problems

print(f'\n{arithmetic_arranger(["32 + 698", "3801 - 2", "45 + 43", "123 + 49"])}')

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36

Challenge Information:

Build an Arithmetic Formatter Project - Build an Arithmetic Formatter Project

Welcome to the forum @LaurenShamrock

The code for completed certificate projects will appear in the Profile section of the freeCodeCamp website.

Please save your code offline.

I’m not sure how the Revert to Saved Code button works. If it is stored on your computer, clearing the cache may wipe the saved code.

Happy coding

Did you use the Save the code button before leaving the page the last time? If you didn’t the Revert to saved code button has nothing to revert to

I used the save button before exiting. Today upon opening a new tab in my browser, everything popped up! Thank you for the quick responses.

1 Like