有一群兔子,4个4个地数余1个,5个5个地数余2个,9个9个地数余7个,试问兔子有多少只?(请将程序补充完整)
def ①: while ②: if n%5 == 2: break n += 9 while True: if ③: break n += 45 print(n) f(16)