Sequence_types Flashcards

A list of all the sequence types in Python (1 cards)

1
Q

List the 3 Sequence types?

A

List []: list()
Tuples (): tuple()
Strings ‘ ‘, “ “, “”” “””: str()

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