For sorting the list in descending order you can use a lambda function below is the code for the same: timestamp.sort(key=lambda x: time.strptime(x, ...
確定! 回上一頁