fork download
  1. # your code goes here
  2. from __future__ import print_function
  3.  
  4. print('Registering....', end='', flush=True)
Runtime error #stdin #stdout #stderr 0.02s 6964KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 4, in <module>
TypeError: 'flush' is an invalid keyword argument for this function