- 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))
24th Oct 2020, 6:44 PM
QTWizard