password validation - python

前端 未结 0 512
既然无缘
既然无缘 2021-01-25 05:37

I am trying to make a code to validate a password.

I have the following code:

password = input("Please enter password: ")

length = len(password)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题