Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Created February 6, 2019 05:43
Show Gist options
  • Save Ventsislav-Yordanov/7c0b6416ad828dad00ffe63cd4db2089 to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/7c0b6416ad828dad00ffe63cd4db2089 to your computer and use it in GitHub Desktop.
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