🌈 搜索
📅  最后修改于: 2022-03-11 14:47:13.946000             🧑  作者: Mango
string = 'hello' for char in string: print(char) OUTPUT: h e l l o