mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-22 09:12:08 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
297da1f274
commit
455749a9eb
|
@ -1,4 +1,4 @@
|
||||||
person_pace = [1, 2, 5, 10,12,16]
|
person_pace = [1, 2, 5, 10, 12, 16]
|
||||||
person_pace.sort() # Sort the array for optimal pairing
|
person_pace.sort() # Sort the array for optimal pairing
|
||||||
people = len(person_pace)
|
people = len(person_pace)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user