摘要:
# 2、死循环与效率问题 # count=0 # while count < 5: # 5 < 5 # print(count) # 0,1,2,3,4 # while True: # name=input('your name >>>> ') # print(name) # 纯计算无io的死讯会导 阅读全文
posted @ 2021-03-07 17:37
walkerpython
阅读(47)
评论(0)
推荐(0)
浙公网安备 33010602011771号