def say(sentence): print("I'm told to say :", end="") print(sentence) if __name__=='__main__': say("Hello !")