Source Code:
(back to article)
my_string = "Hello, World!" print(my_string[-6:-1]) # Output: "World"
Result:
Report an issue