if|if for循环讲解

【if|if for循环讲解】str = "laowang"#内容
for i in str:#打印的(for i in(1-20)#打印1到20
print(i)
print(str)#停止循环

    推荐阅读