Created
February 6, 2019 05:40
-
-
Save Ventsislav-Yordanov/6168edee4f50c73cb305b855b401ab80 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"] | |
info = (soft_skills, ) * 3 | |
print(info) | |
print() | |
info[0].append("Responsibility") | |
print(info) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment