- 1
Add each entry on a separate line like:
2
+
3
And press the submit button.
Also add str() for each return like
return str(a + b) or remove the + sign between the string and the return value of each function and add a comma like:
print("Result: ", add(fn, sn))



