Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Python
how do i remove the brackets around a list in python
mRotten
Programming language:
Python
2021-07-04 15:31:23
0
Q:
how do i remove the brackets around a list in python
Mike
Code:
Python
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
python list .remove
del list python
python list .remove() in for loop breaks
how to remove a element from list in python and print it
how to delete lists after using them in python
python remove list
python how to remove elements from a list
delete all elements in list python
cut a section out of a list python
python list remove all elements
python delete from list
delete from list python
how to remove text in brackets of python
how to remove coma in python
how to print list without brackets python
deleting a list in python
delete an element by value from a list if it made of white spaces python
how to delete list python
New to Communities?
Join the community