摘要:
# while 循环, true 首字母必须是大写 True'''while 语句用法 while 循环体 ……''''''# while 循环基本练习while True: print('爱我别走') print('如果你说') print('你不爱我') print('不要真的') print( 阅读全文
posted @ 2021-01-20 22:02
赵炎mock
阅读(62)
评论(0)
推荐(0)
摘要:
# print ('hello word')# print(1+2+3+4+5)# print((1+2+3+4+5)*3/2)# print((((1+2+3+4+5)*3/2)+100)/24)'''x=1+2+3+4+5y=x*3/2z=(y+100)/24print(x,y,z) a=468 阅读全文
posted @ 2021-01-20 18:49
赵炎mock
阅读(57)
评论(0)
推荐(0)