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