From c1f615e6ca851a17ce03e5b66aa164084e2b06b9 Mon Sep 17 00:00:00 2001 From: dkumar2001 <64521665+dkumar2001@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:54:21 +0530 Subject: [PATCH] Update mac_changer_using_python_with_OptParse.py --- Gitwork/mac_changer_using_python_with_OptParse.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gitwork/mac_changer_using_python_with_OptParse.py b/Gitwork/mac_changer_using_python_with_OptParse.py index 6cc0ca4..6cef715 100644 --- a/Gitwork/mac_changer_using_python_with_OptParse.py +++ b/Gitwork/mac_changer_using_python_with_OptParse.py @@ -1,3 +1,5 @@ +#This is mac-address Changer Using Python + import subprocess import re import optparse @@ -33,4 +35,4 @@ def main(): -main() \ No newline at end of file +main()