Computer Science, asked by carenpercy5, 23 days ago

write a python program to get item list from user and find the total amount spent by the user​

Answers

Answered by prawalsharma79
0

Answer:

a = eval(input("enter the list"))

print(a)

print(len(a))

Similar questions