Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Created February 6, 2019 06:18
Show Gist options
  • Save Ventsislav-Yordanov/6a57b7287ef565d15068b3121b13f705 to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/6a57b7287ef565d15068b3121b13f705 to your computer and use it in GitHub Desktop.
soft_skills = ("Communication", "Courtesy", "Flexibility", "Integrity", "Responsibility", "Flexibility")
print(soft_skills.count("Integrity"))
print(soft_skills.count("Flexibility"))
print()
numbers = (10, 22, 53, 53, 8, 9, 11, 45, 90, 7, 26)
print(numbers.count(100))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment