Write a Python program that takes a list of numbers as input from the user and prints the sum, average, minimum, and maximum of the numbers in the list.
Answer:
Answer by student
names = tuple(input(
"Enter names separated by commas: "
).split(
","
))
The rest of the post is locked. Join Teachoo Black to see the full post.