fork download
  1. x=[1,2]
  2. x < 2
Runtime error #stdin #stdout #stderr 0.03s 9984KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 2, in <module>
TypeError: unorderable types: list() < int()