Source Code:
(back to article)
my_string = "Hello, World!" print(my_string[0:3])
Result:
Report an issue