Commit f2d90d80 by BellCodeEditor

save project

parent b620ed42
Showing with 2 additions and 2 deletions
...@@ -9,4 +9,4 @@ yase = Hero("1",300,20) ...@@ -9,4 +9,4 @@ yase = Hero("1",300,20)
hyi = Hero("2",250,23) hyi = Hero("2",250,23)
print("...................."%(yase.level,yase.name,yase.hp,yase.attack)) print("...................."%(yase.level,yase.name,yase.hp,yase.attack))
print("...................."%(hyi.level,hyi.name,hyi.hp,.hyi.attack)) print("...................."%(hyi.level,hyi.name,hyi.hp,hyi.attack))
\ 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