Skip to content

Instantly share code, notes, and snippets.

@saltlakeryan
Created August 1, 2017 17:51
Show Gist options
  • Save saltlakeryan/044ca2e848a2bf0f63a010d129b71b45 to your computer and use it in GitHub Desktop.
Save saltlakeryan/044ca2e848a2bf0f63a010d129b71b45 to your computer and use it in GitHub Desktop.
buffer = ""
buffer += "<some xmls stuff>"
buffer += " <more xml stuff>"
for i in (1,2,3,4):
buffer += " <tag " + i
buffer += "<end xml stuff"
print(buffer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment