Created
February 6, 2019 06:17
-
-
Save Ventsislav-Yordanov/ebd04182ead6b8b87493b4b59d2fa771 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.index("Courtesy")) | |
numbers = (10, 22, 53, 53, 8, 9, 11, 45, 90, 7, 26) | |
print(numbers.index(100)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment