python学习日记3(while,for循环)

莫烦python https://www.bilibili.com/video/av16926522/?p=5 ctrl+c终止循环 while循环 while True:     print("you are a pig!")         for循环(迭代器作用) 选中代码 ctrl+[ 强迫症福音 range(1,3)[1,2]没有3 for i in range(1,10): test_
相关文章
相关标签/搜索