Skip to content

Instantly share code, notes, and snippets.

@tanelpuhu
Created July 8, 2010 12:00
Show Gist options
  • Select an option

  • Save tanelpuhu/467926 to your computer and use it in GitHub Desktop.

Select an option

Save tanelpuhu/467926 to your computer and use it in GitHub Desktop.
a = """
tekst
%s
tekst
%s
""" % (1,2)
#or
a = """
sdgsdgsdg
dsgsdgds %(b)s
sdsdgsdg
""" % {'b':1}
"123%(dikti_kii)s456" % {'dikti_kii':'hell yeah'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment