You have already completed these exercises!
Do you want to take them again?
You completed the Python Slicing Strings Exercises from W3Schools.com
Share on:
What will be the result of the following code:x = 'Welcome'print(x[3:5])
x = 'Welcome'print(x[3:5])
lcome
come
com
co