Last active
July 1, 2020 12:11
-
-
Save samed-mirzayev/49bcec89d2059c6f08ac0aff020a1213 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sort_users() | |
| Input(first name | last name | phone number) | |
| validate Input | |
| if input is incorrect print message ('Input is incorrect') and finish the programm | |
| else ask in which order sort phonebook(ascending | descending) | |
| sort users by input |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment