Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Sypder をダウンロードしましたが、インタープリターでスクリプトを実行すると、以下のエラーが発生し続けます。
>>> continue File "<stdin>", line 1 SyntaxError: 'continue' not properly in loop
これは、単純な hello world スクリプトでも発生します。
print('hello world!')
スクリプトを提供していただけますか?Spyder 内の Python インタープリターでインタラクティブ モードで Python を実行しているときに、この問題が発生していますか?
この問題について議論している Google グループのリンクがいくつかあります。
Google グループ Spyder の問題。
いくつかの解決策を示すページの最後にある回答を参照してください。