mylist = ["传智教育", "黑马程序员", "Python"] for e in mylist: print(e)