Built-in Data Structures: Strings
Quotes sequences of characters
TWO kinds of quote mark
‘Comp 144\nProgramming Language Concepts’
“Python’s tricks”
Operators
Concatenation +
“Programming ” + “Language” + “Concepts”
Repetition *
“COMP144 ” * 5
Previous slide
Next slide
Back to first slide
View graphic version