1 / 11
May 2020

I am getting problem in this code
def reverse_sum(n1,n2):
return int(str(int(str(n1)[::-1]) + int(str(n2)[::-1]))[::-1])

n=int(input())
for i in range(n):
n1,n2=map(int,input().split())
print(reverse_sum(n1,n2))

The same code is running correctly on jupyter ide

  • created

    May '20
  • last reply

    May '20
  • 10

    replies

  • 732

    views

  • 4

    users

  • 1

    link

Where, where is wrong ANSWER !!! It’s:

Erroe Wrong problem!

Probably you use wrong address.
Please show us address of that problem you used - copy it and paste to your next message.