摘要: #-*- encoding:utf-8 -*- print("余光") print('余光') s = 1+2+3+4 print(s) y = s*5 print(y) print(y-100+69) name = input('请输入你的名字:') age = input('请输入你的年龄:') 阅读全文
posted @ 2019-03-26 14:30 Cc。余光 阅读(95) 评论(0) 推荐(0)