Coding Interviews > Strings > Flashcards
How do you turn a string in to a list?
“abcdef”.split()
How do you lowercase a string?
string.lower(‘ABC’)