飄逸的python - 不使用關鍵字,求和1+2+…+n

根據題意,咱們不能用到if/else/for/while等關鍵字.python --------------思考中------------code 思路:遞歸 1.用遞歸實現循環class 2.遞歸的終止條件不用if怎麼判斷呢?  答案是字典,其中用not not n來把數字n轉成bool.lambda 上代碼:循環 def sum_(n): return n + {
相關文章
相關標籤/搜索