笨方法学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)) 运行代码结果以
相关文章
相关标签/搜索