Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Created February 6, 2019 05:30
Show Gist options
  • Save Ventsislav-Yordanov/ca347fbc8daac606f799666db8527723 to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/ca347fbc8daac606f799666db8527723 to your computer and use it in GitHub Desktop.
soft_skills = ["Communication", "Courtesy"]
info = (soft_skills, ) * 3
print(info)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment