Update README.md

This commit is contained in:
Christopher Fremond 2021-07-02 17:44:12 +01:00 committed by GitHub
parent 62073c5378
commit b1c1f92fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions ### Instructions
Write a function that prints in ascending order on a single line all unique combinations of three different digits so that the first digit is lower than the second and the second is lower than the third. Write a function that prints, in ascending order and on a single line: all **unique** combinations of three different digits so that, the first digit is lower than the second, and the second is lower than the third.
These combinations are separated by a comma and a space. These combinations are separated by a comma and a space.