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
2 ответов
+ 4
And you need to put parentheses in
q[0].lower()
+ 3
This loop is never executed:
for i in range(min(nums),1)
because the smallest of the numbers is more than 1