invalid literal for int() with base 10: ' '. sigh

后端 未结 0 673

beginner here so be kind.

This is my example code.

def iq_test(numbers): for i in numbers: if int(i) %2 != 0: return i

This bit of code always

相关标签:
回答
  • 消灭零回复
提交回复
热议问题