Write a Python program that asks the user to enter a password and checks whether it is valid based on the following rules:
!@#$%^&*()_+-=[]{}|;:'",.<>?/
).Click here to see the solution ✨
Write a function that extracts all phone numbers from a given string. Assume phone numbers follow the format XXX-XXX-XXXX
.
Create a program that validates a given username. The username must start with a letter and contain only letters, digits, and underscores.