find the error and type correct one | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

find the error and type correct one

def solveMeFirst(a,b): return a+b; num1 = int(input(2)) num2 = int(input(3)) res = solveMeFirst(num1,num2) print(res)

22nd Jul 2019, 7:50 AM
Sai Rajveer Kondeti
Sai Rajveer Kondeti - avatar
0 Answers