Source Code:
(back to article)
string_var = "hello" print(string_var[1:4]) # "ell"
Result:
Report an issue