fork(1) download
  1. # your code goes here
  2.  
  3. b = ("what the f" > 3)
Runtime error #stdin #stdout #stderr 0.02s 9328KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 3, in <module>
TypeError: unorderable types: str() > int()