(python)write a program to take a list as an input from the user and print the element of the list by line?
Answers
Answered by
0
Answer:
Okay
Explanation:
a = input()
print (a)
Similar questions