• 2022-05-31
    Python绘图中,设置画笔为t,当需要设置画笔的粗细时,要用到以下哪个命令?
    A: t.pencolor()
    B: t.pensize()
    C: t.fillcolor()
    D: t.speed()