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では、3つのパラメーター、数値x、y、zを受け取り、x+yzを返すaddSubという名前の関数を設計します。
addSub = lambda x, y, z: x+y-z