#594. python-函数-编写一个调用函数,对两个整数相加,使用return语句的用法

python-函数-编写一个调用函数,对两个整数相加,使用return语句的用法

Background

Description

编写一个调用函数,对两个整数相加,使用return语句的用法。 image

Format

Input

Output

Samples

50
70
120
90
60
150
8
2
10

Limitation