fork download
  1. def format_name(first_name, last_name):
  2.  
  3. print(format_name("Ochuko", "Eduvie"))
  4.  
Compilation error #stdin compilation error #stdout 0.01s 7216KB
stdin
Standard input is empty
compilation info
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.7/py_compile.py", line 117, in compile
    raise py_exc
py_compile.PyCompileError: Sorry: IndentationError: expected an indented block (prog.py, line 3)
stdout
Standard output is empty