# Python хэл дээрх мөрийг давтахын тулд "for...in" тэмдэглэгээг ашиглана. str = "hello" for c in str: print(c) # h # e # l # l # o