Created
February 22, 2018 22:30
-
-
Save zbrasseaux/4c3416989c691360257593af70e722c3 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
x = "This is the string assigned to variable 'x'." | |
print (x) | |
print (x) | |
print (x) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment