Python Basic String Operations

2019-04-28T16:37:08-04:00

Python Basic String Operations. Strings are bits of text. They can be defined as anything between quotes: astring = "Hello world!" astring2 = 'Hello world!'