Unit test With Skulpt
a = int(input()) b = int(input()) print(a + b)
Run
0
0