Print every two letters pairs
Created on Dec. 24, 2016 by Julien Palard
Provide a script printing every possible pairs of two letters, only lower case, one by line, ordered alphabetically.
So your output should look like:
1 2 3 4 5 6 7 8 |
|
Don't write down manually the whole alphabet, use string.ascii_lowercase.
There's no corrections yet, hit the `Submit` button to send your code to the correction bot.
Keyboard shortcuts:
- Ctrl-Enter: Send your code to the correction bot.
- Escape: Get back to the instructions tab.