python create multilines string variable

python

s = """
I will %s there
I will go %s
%s
""" % (string1, string2, string3)