Commit d3cf6945 by BellCodeEditor

save project

parent 04ba9541
Showing with 3 additions and 3 deletions
...@@ -4,5 +4,5 @@ class Hero: ...@@ -4,5 +4,5 @@ class Hero:
self.hp = 2400 self.hp = 2400
self.attack = 10000000000000000000000000000000 self.attack = 10000000000000000000000000000000
"孙悟空" = Hero yase = Hero()
print("孙悟空".hp) print(yase.hp)
\ No newline at end of file \ 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