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.
関数で正確に何が起こっているのか:
lambda x: 10 if x == 6 else 1
いくつかのラムダ関数が何をするかは知っていますが、このように書かれているのを見るのには慣れていません。私はどんな形式のコードにも慣れていません。