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.
使用する必要があると言われました。
def some_method(self,a,b=[]): etc...
それ以外の
def some_method(self,a,b=list()): etc...
「ただの理由」..まあ、「理由」を知りたい!
私が知る限り、両者の間に実際の違いはありませんか?