Commit 8ad9f73c by BellCodeEditor

auto save

parent d860e109
print("12+56=",12+56)
print("234-123=",234-123)
print("11*123=",11*123)
print("2356/125=",2356/125)
print("3**5=",3**5)
print("(1+155)//2=",(1+155//2))
\ No newline at end of file
print()
\ No newline at end of file
......@@ -9,6 +9,4 @@ hy=Hero('hy',250,23)
k=Hero('K',5600,199)
print(yase.attack)
print(hy.attack)
print(k.attack)
arte=Hero('arte',7800,6880)
print(arte.name,arte.hp,arte.attack)
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