
Sign up to save your podcasts
Or
Covering Numeral 2 through the conclusion of Use of Weapons
frazoj = [ "Souls do exist. " , "Souls do not exist. "]
firstbook = ''
secondbook = ''
i = 0
while i < 140000 :
firstbook = firstbook + frazoj[ i % 2 ]
secondbook = secondbook + frazoj[ ( i + 1 ) % 2 ]
i = i + 1
print(firstbook)
print(secondbook)
https://www.smbc-comics.com/comics/20130129.gif
Link to our Discord:
https://discord.gg/5RweN4Z
4.6
1010 ratings
Covering Numeral 2 through the conclusion of Use of Weapons
frazoj = [ "Souls do exist. " , "Souls do not exist. "]
firstbook = ''
secondbook = ''
i = 0
while i < 140000 :
firstbook = firstbook + frazoj[ i % 2 ]
secondbook = secondbook + frazoj[ ( i + 1 ) % 2 ]
i = i + 1
print(firstbook)
print(secondbook)
https://www.smbc-comics.com/comics/20130129.gif
Link to our Discord:
https://discord.gg/5RweN4Z