periksa apakah variabel env ada python

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