ターミナル出力は千の言葉の価値がある、私はのPython 3.4.3でSyntaxError
[~] $ python
Python 3.4.3 (default, Jun 22 2016, 16:03:29)
[GCC 4.9.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import asyncio
>>> async def fun():
File "<stdin>", line 1
async def fun():
^
SyntaxError: invalid syntax