Board logo

標題: 因數分解 [打印本頁]

作者: 陳育霖    時間: 2024-1-20 01:06     標題: 因數分解

  1. n=int(input("請輸入一正整數: "))
  2. print(n,"的因數有: ",sep="",end="")
  3. for i in range(1,n+1):
  4.     if n%i==0:
  5.         print(i,end=" ")
複製代碼

作者: 朱雨沅    時間: 2024-1-20 18:11

此帖僅作者可見




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2