fork download
  1.  
  2.  
  3. a = "Hello";
  4. b = 42;
  5.  
  6. print(a + b);
Runtime error #stdin #stdout #stderr 0.17s 23472KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 6, in <module>
TypeError: can only concatenate str (not "int") to str