python 1096: 水仙花數(函式專題)
while True:
m,n=map(int,input().split())
e=[]
for i in range(m,n+1):
b=i//100
c=(i%100)//10
d=i%10
if ib3+c3+d**3:
e.append(str(i))
if e[]:
print(‘no’)
else:
print(’ '.join(e))
相關文章
- python學習----水仙花數Python
- JAVA——水仙花數問題Java
- Python函式練習題Python函式
- python---函式引數、變數Python函式變數
- python私有函式、專有方法Python函式
- TensorFlow損失函式專題函式
- python range()函式指定數值Python函式
- python函式變長引數Python函式
- Python函式引數總結Python函式
- 【Python】Python方法求水仙花數原碼例項Python
- 水仙花數
- JS專題之去抖函式JS函式
- JS專題之節流函式JS函式
- Python 函式和變數作用域Python函式變數
- python sorted()函式的引數用法Python函式
- Python怎麼輸出所有的水仙花數?Python
- Python函數語言程式設計-高階函式、匿名函式、裝飾器、偏函式Python函數程式設計函式
- 『無為則無心』Python函式 — 26、Python函式引數的傳遞方式Python函式
- java水仙花數Java
- 水仙花數_JAVAJava
- 水仙花數(1)
- 水仙花數(2)
- Python正規表示式 re.sub()函式:標誌位flags與引數個數問題Python函式
- JS專題之函式柯里化JS函式
- Python函數語言程式設計自帶函式Python函數程式設計函式
- Python 函數語言程式設計 – 高階函式Python函數程式設計函式
- python不定長引數如何呼叫函式?Python函式
- python基礎之 函式的引數Python函式
- python中函式的引數傳遞Python函式
- 1分鐘掌握 Python 函式引數Python函式
- python中id()函式、zip()函式、map()函式、lamda函式Python函式
- Python函式Python函式
- Python 函式Python函式
- 計算水仙花數運算超時問題
- 複數與複變函式選題函式
- Python函式/動態引數/關鍵字引數Python函式
- 24.【水仙花數】
- 每日codewars題之判斷一個數是否是水仙花數