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')