mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-12 09:39:49 +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
db38f0e514
commit
0175a2be86
@ -1,4 +1,4 @@
|
||||
#person_pace = [1, 2, 5, 10,12,16]
|
||||
# person_pace = [1, 2, 5, 10,12,16]
|
||||
person_pace = list(map(int, input().split()))
|
||||
person_pace.sort() # Sort the array for optimal pairing
|
||||
people = len(person_pace)
|
||||
|
Loading…
x
Reference in New Issue
Block a user