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