网络教程日间循环和拼图节目 日间循环和拼图节目 1.collatz 序列编写一个程序,打印给定数字的 collatz 序列,直到达到 1。 rule: if the number is even: n=n/2 if the number is odd: n=3n+1. def even_... app 3个月前 (12-04) 1℃ 0喜欢