Skip to content

Commit ab1d446

Browse files
authored
Create mytest.py
Signed-off-by: Sangeetha Hariharan <122560863+sangee2004@users.noreply.github.com>
1 parent 72e13ae commit ab1d446

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/testenv/mytest.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import os
2+
3+
actual_key = os.getenv('PROMPT')
4+
actual_key1 = os.environ['PROMPT']
5+
6+
print(actual_key)
7+
print(actual_key1)

0 commit comments

Comments
 (0)