Subash Chandran posted: "list = input('Input a list of numbers separated by comma then space:\n ') try: list = list.split(', ') sum = 0 for number in list: sum = int(number) + sum avg = sum / len(list) print('The average of the numbers you entere"
|

No comments:
Post a Comment
Note: Only a member of this blog may post a comment.