1# a comment in the python file 2# SPDX-License-Identifier: MIT 3 4if __name__ == "__main__": 5 print("Hello world!") 6