- 4

Why does my code doesn't work

Idk

2nd Aug 2021, 5:17 AM
Jprogsie
Jprogsie - avatar
2 Antworten
+ 1
you need to add a closing parenthesis on line 9. else : odd.append(int(i) <-missing paranthesis. needs to be: odd.append(int(i))
2nd Aug 2021, 5:23 AM
you are smart. you are brave.
you are smart. you are brave. - avatar
2nd Aug 2021, 5:17 AM
Jprogsie
Jprogsie - avatar