摘要:
输出1 2 3 4 5 6 8 9 count=1 while count<11: if count==7: pass else: print(count) count=count+1 输出1+....+100=的结果 count=1ad=0while count<101: count=count+ 阅读全文
posted @ 2020-04-14 20:46
质料
阅读(108)
评论(0)
推荐(0)
摘要:
a=input("please input a number")if a==1: passelif a==2: print("good job")else: print("bye!")print("over!") 顺次执行 没有pass 记住是双等 基本数据类型 字符串 引号引起来: “这样” ; 阅读全文
posted @ 2020-04-14 17:41
质料
阅读(110)
评论(0)
推荐(0)
浙公网安备 33010602011771号