Using for loopdef for_loop1(): for i in range(10): print(f'I have {i} cake(s).') for_loop1() # Using Recursiondef recursive1(i=0):
確定! 回上一頁