Commit 223a424f by BellCodeEditor

save project

parent aa4d2965
Showing with 2 additions and 1 deletions
......@@ -3,7 +3,7 @@ class hero:
self.level=1
self.hp=1500
self.attack=575
luoerfu=Hero()
luoerfu=hero()
print(luoerfu.hp)
print(luoerfu.attack)
print(luoerfu.level)
\ 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