Commit a335fed9 by BellCodeEditor

save project

parent 9fbdb2eb
Showing with 5 additions and 1 deletions
import turtle
pen=turtle.Pen()
pen.write("你好呀",font=("time","20","normal"))
turtle.done()
......@@ -7,7 +7,7 @@ class Cat:
self.skin="black"
def run(self):
print("小猫飞快地跑了起来")
print("汤姆飞快地跑了起来")
def skill(self):
print("汤姆抓住"+self)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment