Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
TypeScript
how do i remove the brackets around a list in python
Rendy
Programming language:
TypeScript
2021-04-11 10:23:18
0
Q:
how do i remove the brackets around a list in python
Mike
Code:
TypeScript
2021-07-22 02:00:57
l = ['a', 2, 'c'] print str(l)[1:-1] 'a', 2, 'c'
1
Tags
python
remove
list
how
Related
how to remove text in brackets of python
how to print list without brackets python
New to Communities?
Join the community