dog = 'Benjamin' Dog = 'Samba' DOG = 'Bernie' print(f"The three dogs are named {dog}, {Dog} and {DOG}.")