Testing July 13, 2020 admin Leave a comment def hello_msg(name): if name is not None: print('Hello ' + name)