Python: Strings - Methods

Python doesn’t distinguish between strings and characters as data types { A character is just a string containing one character { Remember - a string is an iterable type, so it represents one or more memory pointers to values Characters are represented internally as integers { ASCII (American Standard Code for Information Interchange ... ................
................