[Python] python遍历字符串中的字符 →→→→→进入此内容的聊天室

来自 , 2021-02-10, 写在 Python, 查看 128 次.
URL http://www.code666.cn/view/0d82627e
  1. word = raw_input("Enter a word: ")
  2.  
  3. print "\nHere's each letter in your word:"
  4. for letter in word:
  5.     print letter

回复 "python遍历字符串中的字符"

这儿你可以回复上面这条便签

captcha