File "./test.py", line 7
def flush()
^
SyntaxError: invalid syntax
A definition line needs to end with a colon (fix the other as well) -- DaveA -- https://mail.python.org/mailman/listinfo/python-list
File "./test.py", line 7
def flush()
^
SyntaxError: invalid syntax
A definition line needs to end with a colon (fix the other as well) -- DaveA -- https://mail.python.org/mailman/listinfo/python-list