Question
Python string method that converts a string to a list (based on given seperator), e.g. "a,b,c,d" to ["a", "b", "c", "d"]
Answer
"a,b,c,d".split(",")
Question
Python string method that converts a string to a list (based on given seperator), e.g. "a,b,c,d" to ["a", "b", "c", "d"]
Question
Python string method that converts a string to a list (based on given seperator), e.g. "a,b,c,d" to ["a", "b", "c", "d"]
Answer
"a,b,c,d".split(",")
If you want to change selection, open document below and click on "Move attachment"
pdf
owner:
kkhosravi - (no access) - PYTHON_DATA_STRUCTURES_AND_ALGORITHMS.pdf, p30
Summary
status | not learned | | measured difficulty | 37% [default] | | last interval [days] | |
---|
repetition number in this series | 0 | | memorised on | | | scheduled repetition | |
---|
scheduled repetition interval | | | last repetition or drill | | | | |
---|
Details
No repetitions