Assignment Set #3

Please try to make your program output look as much like the example as possible and verify it works with the example input provided. If you have difficulty finding the information or understanding how to approach the problem, you should contact me.

To complete this activity, you will need to create the following programs:


LOOP_21

Create a program named bacteriaGrowth.py

LOOP_22

Create a program named textGame.py

 


LOOP_23

Create a program named containsPunctuation.py

 


LOOP_24

Create a program named chineseBuffet.py

Testing Your Code

Note - These assignments are not evaluated for a grade. HOWEVER, they are vitally important to the process of learning how to program. I provided these assignments and the autograders so that you can judge whether you are making progress and so that we can focus our in class conversations in the sessions to come. Please make every effort to complete these problems prior to your next class session.

  1. Go to the AutoLab Homepage for the course
    1. https://hypnos.cs.uni.edu/courses/CSED1320-F21/assessments
    2. Log in if necessary
  2. For each of the assignments listed above, find their submission link under the "Practice" heading
  3. Upload the corresponding python file for that assignment.
  4. When the "handin history" page comes up you will need to refresh the page until a score of either 0 or 1 is shown with your assignment.
  5. Click on the 0/1 score to get feedback.
  6. Read the information carefully if you received a score of 0 and figure out what you need to do to fix the problem.
    • Ask for help from me or other students if you don't understand an error message.
  7. Resubmit until the program earns a 1.