Commit 851a6cea by BellCodeEditor

auto save

parent eaddd35f
Showing with 1090 additions and 0 deletions
......@@ -15,3 +15,1093 @@ class Cat:
role = Cat('Tom')
role.skill("老鼠")
class a(Cat):
def __init__(self,name):
self.head=2
a=a('w')
print(a.head)
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