笨方法學Python 習題 12: 提示別人

age = input("How old are you? ") height = input("How tall are you? ") weight = input("How much do you weigh? ") print ("So, you're %r old, %r tall and %r heavy." % ( age, height, weight)) 運行代碼結果以
相關文章
相關標籤/搜索