可以使用循環(huán)來遍歷字符串中的字符。以下是一個示例:
string = "Hello, World!" for char in string: print(char)
輸出:
H e l l o , W o r l d !
在每次循環(huán)中,變量char會依次賦值為字符串中的每個字符,然后可以對其進行操作。
char
億速云公眾號
手機網(wǎng)站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權(quán)所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網(wǎng)安備 44010402001142號增值電信業(yè)務經(jīng)營許可證編號:B1-20181529