Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi i am new to python and currently learning the basic of netmiko . I built 3 scripts as below;device_1.py : contain device list , i do not input username/pw in the script for security purposemy_tool.py : prompt username/PWconfig.py : main bodyI...
Yes i aware the function of the [confirm_password] ,but this is not what i want. If i run the code i get below output . FirstI need to fill pw in('Enter Password: '), then i need to enter pw again ('Re-enter Password: ') , 2 times pw filling . All i ...
Thank you for the reply. I created another variable named [ confirm_password ], and let it be compared in the if statement , and it worked just fine. But if i do this , user need to fill pw 2 times . If i want the user enter the pw only ONCE , and le...