>>70
動かしてみたけど想定通りに動作しないぞ
何がいけないのか教えてザビエル先生

Python 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> ================================ RESTART ================================
>>>
名前を入力してください: ザビエル

Traceback (most recent call last):
File "C:/usano/Python/test5.py", line 1, in <module>
name = input("名前を入力してください: ")
File "<string>", line 1
ザビエル
^
SyntaxError: invalid syntax
>>>