自分は普段はPythonを使っているのですが、C++の勉強をしたいと思い、いろいろありましたが、なんとかコンパイルできるところまではできました。そしてPythonを使おうとすると、エラーが出ました。ターミナルでのエラー、hydrogenでのエラーを記載しておきます。OSはMacです
terminal
1base) namenoMacBook-Air:競プロ用 rikubon$ cd Python 2(base) namenoMacBook-Air:Python rikubon$ python free.py 3/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python. 4app/Contents/MacOS/Python: can't open file 'free.py': [Errno 2] No such fi 5le or directory
Hydrogen
1Check that the language for this file is set in Atom, that you have a Jupyter kernel installed for it, and that you have configured the language mapping in Hydrogen preferences. 2 3To detect your current Python install you will need to run: 4 5python -m pip install ipykernel 6python -m ipykernel install --user
追記にはなりますが実行したコードはprint(1)です
あなたの回答
tips
プレビュー