#Python at GlobalSino EM: # https://www.globalsino.com/EM/page945.html # Looping through a string from left to right EMbook = "GlobalSino67" for EMx in EMbook: print(EMx) print("Done")