fick.py 184 Bytes Edit 1 2 3 4 5 6 7 8 import turtle pen=turtle.Pen() pen.color("red") screen=turtle.Screen() screen.bgcolor("yellow") pen.write("傻逼fuck",font=("Times",30,"normal")) pen.hideturtle() turtle.done()