0x1c426d09…e792sent to0xc72f9dac…685c2024-02-06·#19,171,378·view on Etherscan def hellovoid(): x=1 y=69 print("hello") def main(): hellovoid() if __name__ == "__main__": main()