1""" 2A file to demonstrate the pylint-print checker works. 3""" 4 5if __name__ == "__main__": 6 print("Hello, World!") 7