Commit 9309a544 by BellCodeEditor

save project

parent 4e324715
Showing with 1 additions and 1 deletions
......@@ -4,7 +4,7 @@ class hero:
self.name=name
self.hp=hp
self.attack=attack
yase=hero("亚瑟"300,2000000000000000000000)
yase=hero("亚瑟",300,2000000000000000000000)
print(yase.attack)
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