Skip to content

Instantly share code, notes, and snippets.

@romach
Created April 11, 2017 21:25
Show Gist options
  • Save romach/b8b9c69cf6555c1a9fb7bb7001abf59b to your computer and use it in GitHub Desktop.
Save romach/b8b9c69cf6555c1a9fb7bb7001abf59b to your computer and use it in GitHub Desktop.
String formatting
name = "Roman"
print "Hello %s" % (name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment