Strings are used to store text-based data.
Article at https://pym.dev/strings-in-python/
More #Python screencasts at https://pym.dev/screencasts/
00:00 Strings store text
00:36 String methods in Python
01:12 String concatenation
01:26 Double quotes vs single quotes
01:35 Escape characters
02:06 Strings are everywhere in Python