class Liar(list): def __len__(self, items): real_length= super(). ... documentation https://docs.python.org/3/library/functions.html#super ...
確定! 回上一頁