Python: string indexing
The tutor gives a Python example of string indexing. In computer science, a string is a word which can include non-alphabetical characters. An example of a string is “desk17”. Let’s imagine creating the variable thestring with the value “desk17”, as …