a078: 相應的數字
Tags :
Accepted rate : 326人/355人 ( 92% ) [非即時]
評分方式:
Strictly

最近更新 : 2021-12-06 16:55

Content

編寫一個Python程序,提示用戶輸入"one" "two" "three" "four" "five"中任一單詞,然後顯示其相應的數字。

當用戶輸入未知文字時,顯示"I don't know this number!"

Input

輸入"one" "two" "three" "four" "five"中任一單詞

Output

顯示其相應的數字,即1 / 2 / 3 / 4 / 5;

當用戶輸入其他時,顯示"I don't know this number!"

 

提示:如要列印「'」,需要打「\'」

例子:列印「I'm lovin't it」需要 print('I\'m lovin\'t it')

Sample Input #1
threee
Sample Output #1
I don't know this number!
Sample Input #2
three
Sample Output #2
3
測資資訊:
記憶體限制: 64 MB
不公開 測資點#0 (33%): 1.0s , <1K
不公開 測資點#1 (33%): 1.0s , <1K
不公開 測資點#2 (34%): 1.0s , <1K
Hint :
Tags:
出處:
[管理者:
kichan@g.pui... (陳嘉賢CHAN KA IN)
]


ID User Problem Subject Hit Post Date
沒有發現任何「解題報告」