[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-02-16 09:45:10 +00:00
parent 4526debc38
commit af72388b49

View File

@ -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