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_
相關文章
相關標籤/搜索