diff --git a/docs/Leetcode_Solutions/Python/1013._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md b/docs/Leetcode_Solutions/Python/1010._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md similarity index 97% rename from docs/Leetcode_Solutions/Python/1013._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md rename to docs/Leetcode_Solutions/Python/1010._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md index 0a96d6a43d20c77b4c062276a8d2bc1878835b1e..1d49fe60d0eafa8ac65b3fdcce773be899af97f6 100644 --- a/docs/Leetcode_Solutions/Python/1013._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md +++ b/docs/Leetcode_Solutions/Python/1010._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md @@ -1,4 +1,4 @@ -# 1013. Pairs of Songs With Total Durations Divisible by 60 +# 1010. Pairs of Songs With Total Durations Divisible by 60 **难度: Easy**