Then, it calls class A 's __init__ function with *args . Python sees the * in front of args and "unpacks" the list into arguments. In this example, when ...
確定! 回上一頁