The most intuitive way is to check every character. if not all(c.isalnum() or c in '_!' for c in password): print('Your password must not ...
確定! 回上一頁