Vérifiez si la variable Env existe Python

if os.getenv("FOO") is not None:
    // var exists
Mardax