python的輸入

>>>input() ab 'ab' >>>input('please input a striong:') please input a string:ab 'ab' >>>name=input('please input your name:') please input your name:john >>>name 'john'
相關文章
相關標籤/搜索