不知道如何使用正確的術語,所以這裏是一個例子。Python - 設置限制範圍內的反轉數
最大數量:1.0,最小數量0.0。
Input number: 1
Output number: 0
Input number: .75
Output number: .25
Input number: .8
Output number: .2
不知道如何使用正確的術語,所以這裏是一個例子。Python - 設置限制範圍內的反轉數
最大數量:1.0,最小數量0.0。
Input number: 1
Output number: 0
Input number: .75
Output number: .25
Input number: .8
Output number: .2
剛剛從一個它。減去:
1.0 - your_number
杜,我怎麼沒有得到那個?謝謝! –
爲什麼你需要[**'abs' **](https://docs.python.org/2/library/functions.html#abs)? –
你不,真的。我最初正在考慮'abs(your_number - 1)',並以此結束 – yedpodtrzitko
你只想1和輸出結果中減去輸入? – Bahrom
'print 1-input_number'? – Kamehameha
爲什麼問這樣一個愚蠢的問題? –