Data 620 Assignment 8.3
VerifiedAdded on 2019/09/16
|2
|386
|387
Practical Assignment
AI Summary
This is a practical assignment for Data 620, focusing on Python programming. Students are tasked with completing two exercises from Chapter 5 of "Python for Everybody" by Charles Severance. The first exercise requires writing a program that repeatedly reads numbers until the user enters 'done,' then calculates and prints the total, count, and average of the numbers. Error handling using try-except is necessary to manage non-numeric input. The second exercise is similar, but instead of calculating the average, the program should find and print the minimum and maximum numbers entered by the user. Both exercises require submitting Python code files and screenshots of successful execution. The assignment is graded based on a class rubric.
1 out of 2




