Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Created February 6, 2019 05:29
Show Gist options
  • Save Ventsislav-Yordanov/8df9e8e143ebc24780d986ff4080ec97 to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/8df9e8e143ebc24780d986ff4080ec97 to your computer and use it in GitHub Desktop.
skills = ("Python", "Web Development", "Machine Learning")
soft_skills = ("Communication", "Courtesy", "Flexibility", "Integrity")
all_skills = skills + soft_skills
print(all_skills)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment