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