當前位置:成語大全網 - 書法字典 - python輸入中的括號表示列表不能運行。

python輸入中的括號表示列表不能運行。

#示例;

斯特林加=“妳好,約翰。”#字符串

結果=[] #空列表

# To result,lista,listb返回:['h ',' e ',' l ',' o ',',' j ',' o ',' h ',' n ','。'];

#代碼是:

lista =[j for j in stringa]# for循環在括號“[]”中使用,遍歷str來表示列表;

Listb=list(stringa) # list(str):將str轉換為list的函數;

對於stringa中的j:

Result.append(j)#縮進4格;

print(f " { result = } \ n { lista = } \ n { listb = } ")