2020年9月2日

python for循环练习(初级)

摘要: for循环练习1 for i in range(4): print(i) D:\尚硅谷Python\venv\Scripts\python.exe D:/尚硅谷Python/test.py0123 for循环练习2 for x in range(1,40,5): #间隔5 print(x) D:\尚 阅读全文

posted @ 2020-09-02 15:49 cron501 阅读(1584) 评论(0) 推荐(0)

导航