This commit is contained in:
Yesen 2023-10-05 14:28:38 +03:00
parent 8ff61f6649
commit a53633d93a

View File

@ -45,4 +45,5 @@ while middle_index < len(initial_list):
left_index += 1
right_index += 1
middle_index += 1
print(sum_list)
print(sum_list)