I'm basically trying to get the average of a list in a list in a list . (in python 3) for example, the user inputs: [ 1, [ 2, 3 ], [ 4, [ 5, ...
確定! 回上一頁