python string remove last 4 chars code example Example: python remove last part of string #Removing last three characters foo = foo[:-3]