Commit 7e95530e by BellCodeEditor

save project

parent 690e9862
Showing with 6 additions and 2 deletions
...@@ -6,4 +6,8 @@ class hero: ...@@ -6,4 +6,8 @@ class hero:
self.att=att self.att=att
feij=hero("yaz",1111,2222) feij=hero("yaz",1111,2222)
fesg=hero("gg",44,44) fesg=hero("gg",44,44)
\ No newline at end of file def fff ():
fesg.level=fesg.level+1
fesg.hp=fesg.hp+100
fesg.att=fesg.att+90
\ 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