ASCII · ord() · chr() · String Parsing · f-strings · format()
ord(): character → ASCII integer codechr(): ASCII integer → characterf, embed variables in {} — most readable approach:.2f: format float to 2 decimal places; :d: integer; :>10: right-align in 10 chars",".join(names): joins a list back into a string with a separator