Python の関数のsep
, , (など) の引数を使用すると奇妙なエラーが発生します。私はそれをグーグルで検索しようとし、stackoverflowをぶらぶらし、pythonのドキュメントを読みましたが、何も思いつきませんでした。簡単なスニペットを添付しました。助けていただければ幸いです。file
print()
# python
Python 2.7.2 (default, Aug 19 2011, 20:41:43) [GCC] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> print("blah"*10, sep=" | ")
File "<stdin>", line 1
print("blah"*10, sep=" | ")
^
SyntaxError: invalid syntax