Question: in Python: Given two strings s1 and s2 that represent two non-negative integers, return a string that represents the mathematical addition of those two decimal
in Python: Given two strings s1 and s2 that represent two non-negative integers, return a string that represents the mathematical addition of those two decimal numbers. You may convert individual characters into digits but you MAY NOT convert the whole string number to an integer, add them, and turn it back to a string.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
