標題:
因數分解
[打印本頁]
作者:
陳育霖
時間:
2024-1-20 01:06
標題:
因數分解
n=int(input("請輸入一正整數: "))
print(n,"的因數有: ",sep="",end="")
for i in range(1,n+1):
if n%i==0:
print(i,end=" ")
複製代碼
作者:
朱雨沅
時間:
2024-1-20 18:11
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2