Skip to content
Snippets Groups Projects
Commit cbe33a36 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

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
parent 38a4f735
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment