Lets say I have two numbers,
Number 1:
1646
Number 2:
2089
You see adding them left to right without the carry on adds up to 3625 how would I do this in python? I'm not sure but I need it to add 9+6 which is 15 but not to carry on the 1 when it adds 8+4 is there any way to add like this in python? And the end result i'm looking for is
3625
Since it doesn't carry on remaining numbers