-4
choice(['Aa', 'Bb', 'Cc')
應打印:
Enter choice: Aa
Enter choice: Cc
Enter choice: Aa
Enter choice: Aa
Enter choice: Bb
Enter choice: Cc
Enter choice: Aa
Enter choice:
There are 4 choices for Aa.
There are 2 choices for Cc.
There are 1 choices for Bb.
There is 1 choice for Unknown.
注意,它不斷要求你的選擇是什麼,直到有一個空白。
至今:
畫質選擇(N):
while True:
vote = input('Enter choice: ')
這種看起來像功課,其中老師給了你用戶如何與它交互並要求你寫它。 –
'from collections import Counter' –
這不是一個需要的問題。 –