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.
私はPythonプログラミングの初心者です。グラハムのスキャン法を使用して凸包を見つけるこのアルゴリズムに取り組もうとしています。ただし、疑似コードにはrepeat ... untilループがあり、Python で記述する方法がわかりませんでした。
repeat ... until
repeat ... untilPython でループを作成するにはどうすればよいですか?