-3
我想獲得一個代碼的用戶輸入,該代碼必須是11個數字並且不能包含任何字符。否則,需要重複輸入的問題。Python 3.x輸入變量
code=input("Please enter your code ")
while len((code)) !=11: #here should be something to nullify strings inout :)
code = input("Please enter your code and in numbers only ")
這絕對是一個更好的解決方案,只是想不出任何。
有什麼問題* *你有什麼是什麼呢? *「這裏應該是取消字符串inout的東西:)」* - 用戶的輸入是* always *一個字符串。 – jonrsharpe
問題是,沒有字符不允許輸入,只是數字....我在python newb,但得到它解決。日Thnx。 – caubert