-->
当前位置:首页 > 题库

PROGRAMMING:A + B of PY

Luz5年前 (2021-05-10)题库423
The program will read in two lines, each line is a number, and output the sum of the two numbers
###Input format:
Two lines of text, each line is a number
###Output format:
A row of numbers
###Input example:
```in
eighteen
twenty-one
```
###Output example:
```out
thirty-nine
```







answer:If there is no answer, please comment