摘要: python入门每日一练,可以提高您的python水平,今天是1月11日,上一课的答案是 a 今天的题目是 a=1 while 1==1: print("while") a+=1 if a==3: break 问:输出结果: a. while b. while while c. while whil 阅读全文
posted @ 2023-01-11 07:30 8607878275 阅读(9) 评论(0) 推荐(0)