Run
my_string = "HelloWorld" output_string = my_string.removeprefix("Hello") print(output_string)
Output