Or the simplest solution;
def build_sentence():
s1,s2,s3,s4 = list_benefits()
print s1 + " is a benefit of functions!"
print s2 + " is a benefit of functions!"
print s3 + " is a benefit of functions!"
print build_sentence()