name = "\t Benjamin Franklin \n" print(name) print(name.lstrip()) print(name.rstrip()) print(name.strip())