mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-23 09:38:27 +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:
|
else:
|
||||||
print(f"Following is minimal change for {value}: ")
|
print(f"Following is minimal change for {value}: ")
|
||||||
answer = find_minimum_change(denominations, value)
|
answer = find_minimum_change(denominations, value)
|
||||||
print(" ".join(map(str, answer))) # Optimized printing format
|
print(" ".join(map(str, answer))) # Optimized printing format
|
||||||
|
Loading…
x
Reference in New Issue
Block a user