用户输入两个数字,计算并输出两个数字之和

print(float(input('第1个数:'))+float(input('第2个数:')))

 

posted @ 2017-09-07 18:42  ELsky  阅读(798)  评论(0编辑  收藏  举报