Please Subscribe My YouTube Channel

Sunday, March 12, 2023

Aadhar No Validation Program In python (Chech Aadhar No Is Valid or Not.)

Aadhar  No Validation Program In python (Chech Aadhar No Is Valid or Not.)



# Number should be 12 chars
# Number should not start with 0 or 1
# It should not contain alphabets

num = input("Please enter a 12 digit mobile number: ")

# Check if number length is greater or less then 12
if len(num) > 12 or len(num) < 12:
    print("Aadhar number is not valid (Enter a 12 digit number)")
else:
    # Check if first number is 0 or 1
    if num[0] == '0' or num[0] == '1':
        print("Aadhar number is not valid (Aadhar card number cannot start with 0 or 1)")
    else:
        try:
            num = int(num)
            print("Aadhar number is valid") #this block try if no error
        except: #this block print when try block or statement have an error
            print('Aadhar number is not valid (Aadhar number should not contain any characters)')





No comments:

Post a Comment

*******Please Comment, Like and Share******
दोस्तों पूरी पोस्ट पढने के लिए धन्यवाद, आशा करता हूँ आप को यह पोस्ट पसंद आई होगी और भी अधिक जानकारी के लिए या मुझसे जुड़ने के लिए आप मुझे मेरे फेसबुक पेज information & technology computer institutions और इन्स्टाग्राम ID:- satyam_hardoi को फॉलो कर सकते है,
मेरा youtube चैनल itci computer hardoi सर्च करे और पाए कंप्यूटर से सम्बंधित सभी विडियो और हाँ प्लीज नई अपडेट पाने के लिए चैनल को सब्सक्राइब जरुर करें, धन्यवाद | आपका $ सत्यम सर् $