Python Basic String Operations
Bernard Aybout2019-04-28T16:37:08-04:00Python Basic String Operations. Strings are bits of text. They can be defined as anything between quotes: astring = "Hello world!" astring2 = 'Hello world!'
Python Basic String Operations. Strings are bits of text. They can be defined as anything between quotes: astring = "Hello world!" astring2 = 'Hello world!'