fork download
  1. a,b=0
  2. if a<10:
  3. b=b+a;
  4.  
  5.  
  6. else:
  7. b=-2
  8. print b
  9.  
Runtime error #stdin #stdout #stderr 0s 23304KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 1, in <module>
TypeError: 'int' object is not iterable