摘要:
1.python_变量 name = '牛寒阳' #.定义变量:字符串类型 age = 18 #.定义变量:整数型 money = 19.9 #.定义变量:小数类型 name_input = input('please input your name:') age_input= input('ple 阅读全文
posted @ 2017-09-22 16:08
yezi_396
阅读(149)
评论(0)
推荐(0)