name = "erich bachman" print(name.upper()) print(name.lower()) print(name.title())