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.
ユーザーが PEMDAS 問題を入力するPEMDASソルバーを作成しようとしています。たとえば、4(4 + 2) - 5 と入力すると、プログラムがそれを解決します。ユーザーが入力した入力をpythonに解決させるコードはありますか。
何かのようなもの:
problem = input() solve(problem) print(problem)
「解決」がPythonの実際のコマンドではないことは明らかです。