# your code goes here print('Registering....', end='', flush=True)
Standard input is empty
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: File "prog.py", line 3
print('Registering....', end='', flush=True)
^
SyntaxError: invalid syntax
Standard output is empty