Help with the Arithmetic Formatter Project

I just completed the test portion of the Scientific Computing course and I’m now moving on to the programming challenge. But I am confused on where to start. Are there any course resources that I missed?

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15

Challenge: Scientific Computing with Python

Link to the challenge:
https://www.freecodecamp.org/learn/scientific-computing-with-python)

You take the first one, read the task and then slowly begin to think about what it wants you to do, how you could achieve it and what additional info you might need.

These tasks exceed the methods covered in the previous lessons, so you gotta keep in mind, that you might not be able to do everything from the word go and actually need to look for additional resource. Because that’s a huge part of the actual job of a programmer.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.