Use this master template to create CT Assignment Templates.
Problem description goes here.
- Steps to take go here.
Value to increment? 5
10
- Suggestions go here
- Use the section under
if __name__ == '__main__':to change arguments and check your work. - When you are happy with your code, use
input()to prompt the user for a value. - Add code to my_code.py to make it do the desired thing.
- Run your code with:
python my_code.pyor the run button - Run your tests with:
pytest