Commit 5634ba9b by BellCodeEditor

save project

parent a289974d
Showing with 27 additions and 5 deletions
...@@ -4,7 +4,29 @@ class hore: ...@@ -4,7 +4,29 @@ class hore:
self.u=up self.u=up
self.g=gongji self.g=gongji
Lan=hore(15,195,96) Lan=hore(1,19,9)
luban=hore(15,105,109) luban=hore(1,10,13)
lubanda=hore(15,167,98) lubanda=hore(1,16,10)
print(lubanda.u)
\ No newline at end of file
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
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