Run
my_string = "HelloWorld" output_string = my_string.removesuffix("World") print(output_string)
Output