It doesn't work :( | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

It doesn't work :(

It prints out "None" every time, but I don't understand what the problem is. https://code.sololearn.com/cVVnozH4M4vW/?ref=app

8th Aug 2019, 2:16 PM
Lorenzo
Lorenzo - avatar
2 Antworten
+ 4
And you need to put parentheses in q[0].lower()
8th Aug 2019, 2:26 PM
Tibor Santa
Tibor Santa - avatar
+ 3
This loop is never executed: for i in range(min(nums),1) because the smallest of the numbers is more than 1
8th Aug 2019, 2:25 PM
Tibor Santa
Tibor Santa - avatar