Created
February 9, 2019 01:07
-
-
Save guinslym/c92207dc3b075ffbf3abf976946060b3 to your computer and use it in GitHub Desktop.
biblio list
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
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