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

View File

@ -46,3 +46,4 @@ while middle_index < len(initial_list):
right_index += 1
middle_index += 1
print(sum_list)