# array for the word as no. a='hello welcome' print (a[6]) # for finding the total lengeth of a string print(len(a)) # looping in string # for writting the chatacters letter by letter. for x in "ANKUR": print(x)