Skip to content

Instantly share code, notes, and snippets.

@FerusAndBeyond
Created April 30, 2022 19:53
Show Gist options
  • Save FerusAndBeyond/8fb1cb486ece8be1f32d643e29bcfb82 to your computer and use it in GitHub Desktop.
Save FerusAndBeyond/8fb1cb486ece8be1f32d643e29bcfb82 to your computer and use it in GitHub Desktop.
env-variable part 6
import os
import time
for k in ["MY_PUBLIC_VARIABLE", "MY_SECRET_VARIABLE"]:
print(k, os.getenv(k))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment