Skip to content

Instantly share code, notes, and snippets.

@Ventsislav-Yordanov
Created February 6, 2019 03:15
Show Gist options
  • Save Ventsislav-Yordanov/44efa1f1e27ca1950a3d23ff8e711290 to your computer and use it in GitHub Desktop.
Save Ventsislav-Yordanov/44efa1f1e27ca1950a3d23ff8e711290 to your computer and use it in GitHub Desktop.
skills = "Python",
skills2 = ("Data Science",)
print(type(skills))
print(type(skills2))
print()
print(skills)
print(skills2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment