标签: python string for-loop
我无法使用for循环浏览字符串。
string = "Hello" for i in string: print(string[i]) TypeError: string indices must be integers