mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-23 01:28:26 +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
4526debc38
commit
af72388b49
|
@ -119,4 +119,4 @@ if __name__ == "__main__":
|
|||
else:
|
||||
print(f"Following is minimal change for {value}: ")
|
||||
answer = find_minimum_change(denominations, value)
|
||||
print(" ".join(map(str, answer))) # Optimized printing format
|
||||
print(" ".join(map(str, answer))) # Optimized printing format
|
||||
|
|
Loading…
Reference in New Issue
Block a user