Skip to content

Instantly share code, notes, and snippets.

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