Created
February 6, 2019 03:15
-
-
Save Ventsislav-Yordanov/44efa1f1e27ca1950a3d23ff8e711290 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
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