标签:bsp class == 使用 nbsp and pytho print span
小松鼠采集松果,晴天每天可以采集20个,雨天每天可以采集12个。一连几天它一共采了112个松果,平均每天采14个,请问这些天有几天下雨了?请使用Python3编程解题
i = 1
j = 1
while 1:
i = i+1
while 1:
j = j+1
if i*20+j*12 == 112 and 112/(i+j)==14:
print(j)
break
标签:bsp class == 使用 nbsp and pytho print span
原文地址:https://www.cnblogs.com/xiansheng-2020/p/12780530.html