string = "Hello World" string = string[:-1] # This overwrite the string to have the last letter removed. print(string)# Then we print the variable string