From 0177f2780a796fc85b34e83b5bce5eed14f59913 Mon Sep 17 00:00:00 2001 From: cklein12 <48038030+cklein12@users.noreply.github.com> Date: Thu, 8 Aug 2024 18:48:50 -0400 Subject: [PATCH] Create test.py --- test.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000000..317982f50f --- /dev/null +++ b/test.py @@ -0,0 +1,2 @@ +import subprocess +output = subprocess.check_output(f"nslookup2 {my_domain}", shell=True, encoding='UTF-8')