python程序設計與算法基礎教程(第2版)微課版 13章上機實踐3、6、7、8、9、10、11題

#3、程序代碼 from tkinter import * root=Tk() c=Canvas(root,bg=‘white’,width=280,height=70);c.pack() c.create_oval(10,10,60,60,fill=‘blue’) c.create_oval(70,10,120,60,fill=‘blue’) c.create_oval(130,25,180,4
相關文章
相關標籤/搜索