Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use pythoner to determine whether a string can be used as a password

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces "how to use pythoner to judge whether a string can be used as a password". In daily operation, I believe many people have doubts about how to use pythoner to judge whether a string can be used as a password. Xiaobian consulted all kinds of materials and sorted out a simple and easy-to-use method of operation. I hope it will be helpful to answer the doubt that "how to use pythoner to judge whether a string can be used as a password". Next, please follow the editor to study!

Title:

Enter a string to determine whether the string can be used as a password. A condition that can be used as a password: it must contain a combination of uppercase and lowercase letters and numbers, cannot use special characters, and is between 8 and 10 in length.

The following code is just to throw a brick to attract jade:

Tmp = set () result = "non-compliant" flag = "123" if a.isalnum () and 8

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report