Commit 9800c13c by BellCodeEditor

auto save

parent 2ca174a7
Showing with 1 additions and 1 deletions
...@@ -10,7 +10,7 @@ i=1 ...@@ -10,7 +10,7 @@ i=1
b = int(input("需要几只兔子?")) b = int(input("需要几只兔子?"))
while True: while True:
if func(i)>=b: if func(i)>=b:
print(str(b)+"只兔子2需要"+str(i)+"个月") print(str(b)+"对兔子需要"+str(i)+"个月")
break break
else: else:
i+=1 i+=1
......
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