Python - Standard Library Usage
What error will occur when running this code if the environment variable
SECRET_KEY is not set?import os print(os.environ['SECRET_KEY'])
SECRET_KEY is not set?import os print(os.environ['SECRET_KEY'])
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions