/
lib
/
python3.11
/
__phello__
/
Upload File
HOME
initialized = True def main(): print("Hello world!") if __name__ == '__main__': main()