def f(): return break for i in range(10): f()
File "", line 2 return break ^ SyntaxError: invalid syntax
how should I do