Strings Flashcards

1
Q

How do you turn a string in to a list?

A

“abcdef”.split()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you lowercase a string?

A

string.lower(‘ABC’)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly