change the message for not keying in any argument.
This commit is contained in:
parent
5703e01651
commit
6163791014
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ def vowel_add_mark(vowel):
|
||||||
'''主程式'''
|
'''主程式'''
|
||||||
|
|
||||||
if len(sys.argv) == 1:
|
if len(sys.argv) == 1:
|
||||||
print "請輸入欲轉換的POJ數字符號。"
|
print "請輸入欲轉換的POJ(數字符號形)。"
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
orig_content = "" #原來的POJ數字表記
|
orig_content = "" #原來的POJ數字表記
|
||||||
|
|
Loading…
Reference in a new issue