Python學習筆記(七):Turtle繪圖(3)[write()函數]

write()函數 若是我想畫一幅畫,而且在這幅畫裏寫字,該怎麼辦呢?python 擬定代碼以下:函數 import turtle as t for i in range(1,10): t.circle(100,360,i) t.home() print("Oh!It is so cool!") 結果:字體 這看起來不太妙,由於文字和圖畫輸出在了兩個界面上。翻譯 該怎麼解決這個問題
相關文章
相關標籤/搜索