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が初めてで、リストを知りたいと思っています
a= [blabla, lala, haha, test]
次のような減算を行うことができますか
b= 10- len([a])
そうでない場合、リスト内の要素の数から減算する方法は何ですか?