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.
これと同じことを行う方法はありますか
for i in range(len(x) // 4): a, b, c, d = x[i*4: i*4+4]
単一行のラムダを使用します。はい、ラムダを使用したいです。