笨方法学Python 习题 11: 提问

#!usr/bin/python # -*- coding:utf8 -*- print ("How old are you?"), age = input() print ("How tall are you?"), height = input("") print ("How much do you weight?"), weight = input() print ("So , you'r
相关文章
相关标签/搜索