标签:set code done div span color pre style rtl
import turtle as t t.seth(30) t.fd(100) t.seth(-90) t.fd(100) t.seth(150) t.fd(100) t.seth(30) t.fd(100/3) t.seth(90) t.fd(100/3) t.seth(-30) t.fd(100) t.seth(-150) t.fd(100) t.seth(90) t.fd(100) t.done()
标签:set code done div span color pre style rtl
原文地址:https://www.cnblogs.com/dongyichen/p/12700370.html