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