Python自學——輸出練習+批量爬取百度圖片

1、題目:暫停一秒輸出。 **程序分析:**使用 time 模塊的 sleep() 函數。html import time myID={1:'a',2:'b',3:'c',4:'d'} for key ,value in dict.items(myID): print(key,value) time.sleep(2) 輸出時候,有2秒停頓。web 1 a 2 b 3 c 4 d 總
相關文章
相關標籤/搜索