find the error and type correct one | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antworten