In [1]: >>>> " ".join("abcdef")
...: 'a b c d e f'
...:
File "<ipython-input-1-61654c559afe>", line 1
>>>> " ".join("abcdef")
^
SyntaxError: invalid syntax
Anyone know the magic spell to change the repl to 3 arrows?
cheerio,
_______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
