码尚云_西安云计算培训_云计算运维培训机构

标题: 每天一个python关键字for, while [打印本页]

作者: 云客    时间: 2022-5-26 20:38
标题: 每天一个python关键字for, while
for i in range(5):    print(i)   # 打印 0 到 4count = 0while count < 5:    print(count)    count += 1







欢迎光临 码尚云_西安云计算培训_云计算运维培训机构 (http://www.mashangcloud.com/) Powered by Discuz! X3.4