a=input('請輸入任何字:')
print('hello,',a)
不知道問題在哪...
a=input('請輸入任何字:') print('hello,',a) 不知道問題在哪...
input不要設定prompt,直接用input()就可以了