Python-21 - 使用for迴圈把字串拆成字元

使用for迴圈把字串拆成字元

for item in "HI,您好":
  print(item) 

看看效果

Yiru@Studio - 關於我 - 意如