Skip to content

Instantly share code, notes, and snippets.

@guinslym
Created February 9, 2019 01:07
Show Gist options
  • Save guinslym/c92207dc3b075ffbf3abf976946060b3 to your computer and use it in GitHub Desktop.
Save guinslym/c92207dc3b075ffbf3abf976946060b3 to your computer and use it in GitHub Desktop.
biblio list
biblio = ["Cumberland","North Gloucester", "Orléans", "Stittsville", "Centennial",
"HAzeldean", "Elmvale Acres", "Altavista", "Greenboro", "Sunnyside" ]
biblios = ["Surcursalle " + bib + " * " for bib in biblio]
result = ''.join(biblios)
print( result * 40)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment