In my python interview, I was being asked to add 2 numbers in string without Type Casting.
You can use eval() function.
print(eval(“20â€+â€30â€))
Ask Us