Created
February 6, 2019 05:43
-
-
Save Ventsislav-Yordanov/7c0b6416ad828dad00ffe63cd4db2089 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
soft_skills = ("Communication", "Courtesy", "Flexibility", "Integrity", "Responsibility") | |
print(soft_skills[0]) | |
print(soft_skills[-1]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment