摘要: a = input('请输入一个数字') b = input('请输入二个数字') sum2 = int(a) + int(b) print('两个数之和是:{}'.format(sum2)) 阅读全文
posted @ 2018-04-18 21:35 SallyAu 阅读(91) 评论(0) 推荐(0) 编辑
摘要: name1 = input('please write down your first name:') name2 = input('please write down your second name:') car = input('please write down a traffic tool 阅读全文
posted @ 2018-04-18 20:48 SallyAu 阅读(134) 评论(0) 推荐(0) 编辑