You are viewing a single comment's thread. Return to all comments →
It will output all the data inside the list as
print(*[1,2,3,4])
1 2 3 4
Seems like cookies are disabled on this browser, please enable them to open this website
Compress the String!
You are viewing a single comment's thread. Return to all comments →
It will output all the data inside the list as
print(*[1,2,3,4])
1 2 3 4