3
如何使用烏龜圖像將圖像添加到我的Turtle Screen
?將圖像添加到烏龜屏幕
每當我使用該功能addshape
我不斷收到錯誤。
烏龜圖形有任何其他方式加載/導入圖像?
例如:
import turtle
screen = turtle.Screen()
image = r"C:\Users\myUser\Desktop\Python\rocketship.png"
screen.addshape(image)
turtle.shape(image)