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