Computer Science, asked by jaatsweety531, 5 months ago

(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 qwerty15789
0

Answer:

Okay

Explanation:

a = input()

print (a)

Similar questions