https://www.youtube.com/watch?v=HDVBZ7e5FbU ================================================================================ string, tuple: immutable, faster list: mutable, slower, but convenient to change ================================================================================ a.upper() a.capitalize() b="7" b.zfill(3) # 007 ================================================================================