Commit 06765a03 by BellCodeEditor

save project

parent 6f70f106
Showing with 5 additions and 2 deletions
......@@ -4,5 +4,7 @@ class Herp:
self.name = name
self.hp = hp
self.attack = attack
yase = Herp("亚瑟",300,20)
print(yase.name)
print(yase.hp)
print(yase.attack)
\ No newline at end of file
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