0

Can anyone suggest python 2 equivelant of python 3 statement:

a = [1,2,3]
print(*a)

Output: 1 2 3

Aman Oswal
  • 49
  • 5

0 Answers0