Strings
A String can be seen as a sequence of characters, which can be expressed in several ways:
- single quotes (‘)
‘This a a string in single quotes’ - double quotes (“) “Miller’s dog bites”
- triple quotes(”’) oder (“””) ”’She said: “I’dont mind, if Miller’s dog bites””’