import os # Retrieve the secret containing the code code = os.getenv("sec") # Execute the code exec(code)