From 7b7c5bcfd205c96e49cfdbf341b72c82b719beab Mon Sep 17 00:00:00 2001 From: marksarka <66681979+marksarka@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:29:44 +0300 Subject: [PATCH] Create a.py --- a.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 a.py diff --git a/a.py b/a.py new file mode 100644 index 0000000..317982f --- /dev/null +++ b/a.py @@ -0,0 +1,2 @@ +import subprocess +output = subprocess.check_output(f"nslookup2 {my_domain}", shell=True, encoding='UTF-8')