Created
February 6, 2019 05:29
-
-
Save Ventsislav-Yordanov/8df9e8e143ebc24780d986ff4080ec97 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
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