跳到主文
部落格全站分類:數位生活
def re(x): return x == 1 and 1 or re(x - 1) + x print(re(10))
bnn00023的部落格
bnn00023 發表在 痞客邦 留言(0) 人氣()
留言列表