不使用乘除法,if,else,for,while,switch, 2019-03-13 本文已影响0人 Peepea def sumN(n): ans=n temp=ans and sumN(n-1) ans=ans+temp return ans