2018年3月23日

摘要: 3月20号 定义变量: sex = input('请输入你的性别:') if sex =='男'or sex=='女': print('性别合法') else: print('性别输入错误!') if sex!='男' and sex!='女': print ('性别 未知') print('程序运行结束') age = input('请输入你的年龄')age =... 阅读全文
posted @ 2018-03-23 15:24 亦含 阅读(101) 评论(0) 推荐(0) 编辑

导航