入力値を変数に割り当ててそのような変数を出力する簡単なコードを書きました。同じコードは私のWindows PCでは機能しますが、M1 MacBook Airでは機能しません。これはおそらく何かを見逃している私の側の問題ですか、それとも M1 チップの問題ですか? 私はコーディングにかなり慣れていないので、vsコードの設定が間違っている可能性があります。助けていただければ幸いです。 私のMacBookのスクリーンショット
python -u "/Users/jeff/Documents/whynowork.py"
jeff@Jeffs-MacBook-Air ~ % python -u
"/Users/jeff/Documents/whynowork.py"
Enter input:hello
Traceback (most recent call last):
File "/Users/jeff/Documents/whynowork.py", line 1, in <module>
example = input("Enter input:")
File "<string>", line 1, in <module>
NameError: name 'hello' is not defined
jeff@Jeffs-MacBook-Air ~ %
Python 2 を使用しているという返信がありましたが、一番下の vs コードで (スクリーンショットでも確認できます)、Python 3.8.2 を使用していると思います。