Python Cheat Sheet - Programming with Mosh

6.3 Character String Types 242 A character string type is one in which values are sequences of characters 6.3.1 Design Issues The two most important design issues: – Is it a primitive type or just a special kind of array? – Is the length of objects static or dynamic? 6.3.2 String and Their Operations Typical operations: ................
................