-
- Downloads
assume that the intention was to check for a non empty list
python 2: [1,2,3,4,5,6] >= whatever_int => True python 3: [1,2,3,4,5,6] >= whatever_int => TypeError
Please register or sign in to comment
python 2: [1,2,3,4,5,6] >= whatever_int => True python 3: [1,2,3,4,5,6] >= whatever_int => TypeError