Commit 1f46d62a by BellCodeEditor

auto save

parent bd25e138
Showing with 3 additions and 2 deletions
...@@ -9,8 +9,9 @@ class Cat: ...@@ -9,8 +9,9 @@ class Cat:
class huhu(Cat): class huhu(Cat):
pass pass
cat=Cat()
rat=huhu(cat) rat=huhu(Cat)
print(rat.skin)
print(rat.skin) print(rat.skin)
......
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