You can access individual characters using the following syntax. def charString(): for i in "Hello": print i. Or, if you would like to move through the string ...
確定! 回上一頁