Commit 28059acd by BellCodeEditor

save project

parent 451216f7
Showing with 9 additions and 2 deletions
class Hero: class Hero:
def __init__(self):
\ No newline at end of file self.lever=999
self.HP=100000000
self.attacc=100000000
yase=Hero()
print(yase.lever)
print(yase.HP)
print(yase.attacc)
\ 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