Commit 14331434 by BellCodeEditor

save project

parent 25fca301
Showing with 8 additions and 22 deletions
......@@ -3,30 +3,16 @@ class hore:
self.l=leve
self.u=up
self.g=gongji
def shengji(self):
self.l=self.l+1
self.u=self.u+34
self.g=self.g+21
Lan=hore(1,19,9)
luban=hore(1,10,13)
lubanda=hore(1,16,10)
shenji()
def Lan_shengji():
lan.l=leve+1
lan.u=up+34
lan.g=gongji+21
def Luban_shengji():
lan.l=leve+1
lan.u=up+36
lan.g=gongji+31
def lubanda_shengji():
lan.l=leve+1
lan.u=up+37
lan.g=gongji+29
while True:
Lan_shengji()
Luban_shengji()
lubanda_shengji()
print(lan.u)
\ No newline at end of file
print(lan.u)
\ 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