#! /usr/bin/python3 def hello_world(): print("CQ CQ CQ de DG7BBP") if __name__ == "__main__": hello_world()