Update README.md

This commit is contained in:
Christopher Fremond 2021-07-02 17:45:20 +01:00 committed by GitHub
parent b1c1f92fd7
commit 6c8047e665
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
Write a function that prints in ascending order on a single line all possible combinations of two different two-digit numbers.
Write a function that prints in ascending order and on a single line: all possible combinations of two different two-digit numbers.
These combinations are separated by a comma and a space.