8 lines
154 B
Python
8 lines
154 B
Python
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
# Licensed under the MIT License.
|
|
|
|
import os
|
|
import json
|
|
|
|
print(json.dumps(dict(os.environ)))
|