|
|
|
@ -26,4 +26,24 @@ def make_call():
|
|
|
|
|
|
|
|
|
|
return text
|
|
|
|
|
|
|
|
|
|
print(textwrap.fill(make_call()))
|
|
|
|
|
call = '''
|
|
|
|
|
Sorry for >< please >>
|
|
|
|
|
|
|
|
|
|
///
|
|
|
|
|
|
|
|
|
|
Piet Zwart Institute Experimental Publishing (XPUB)
|
|
|
|
|
|
|
|
|
|
///
|
|
|
|
|
|
|
|
|
|
%s
|
|
|
|
|
|
|
|
|
|
///
|
|
|
|
|
|
|
|
|
|
Applications Deadline: May 15 2018
|
|
|
|
|
https://xpub.nl
|
|
|
|
|
|
|
|
|
|
///
|
|
|
|
|
''' % (textwrap.fill(make_call()))
|
|
|
|
|
|
|
|
|
|
print(call)
|
|
|
|
|
|
|
|
|
|