Commit 32f1872f by BellCodeEditor

save project

parent d1536a55
Showing with 27 additions and 0 deletions
class Hero:
class Hero:
def __init__(self,same,hp,attack):
self.leve1 = 1
self.name = name
self.hp = hp
self.attack = attack
zhaizimu = Hero("翟子木",999999999999999999999,9999999999999999)
print("翟子木的血量:",zhaizimu.hp)
\ No newline at end of file
n = 0
while n<10:
n+=1
if n==7:
continue
print(n)
\ No newline at end of file
n=int(input())
m=n/2
b=1-2
v=b*m
c=v+99
print(c)
\ No newline at end of file
n=1
while
\ 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