Scientific Computing with Python Projects

Hello everybody!

I have completed the first 2 assignments (the ‘arithmetic formatter’ and the ‘time calculator’) and I was wondering if I have to do more than just pass the tests from the test_module.py. For example, do I have to write some code that asks for user input?

Thank you

You need to pass the tests. If you want to add features and write the code you are saying about, make sure that it can still pass the tests, often code waiting for user input will make the tests not run/fail. Or you can submit the version that pass all the tests, fork the replit and have fun in a separate project, so you don’t have to worry about the tests

1 Like

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