Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Python

Idiom #243 Print list

Print the contents of the list or array a on the standard output.

print(a)
(print a)

New implementation...