Created
April 11, 2017 21:25
-
-
Save romach/b8b9c69cf6555c1a9fb7bb7001abf59b to your computer and use it in GitHub Desktop.
String formatting
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
name = "Roman" | |
print "Hello %s" % (name) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment