Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

import sys

import os

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

You might also like