import secrets

secret_key = secrets.token_hex(24)
print(secret_key)

