Day 4 of Learning Python: Strings
Day 4 of Learning Python: Strings
Let’s talk about strings. Strings are just a list of characters; numbers, letters, punctuation, etc. Basically any item inside of quotes, be they single or double. The only time Python cares is if you have an apostrophe or single quote inside of a string with single quotes. That was a lot, I can show you better than I can tell you.
I’m using Python 3.7.2 in all examples.
>>> 'I love that there's…
View On WordPress







