a. Smith wishes to register in a ticket booking website for booking…

Question Answered step-by-step a. Smith wishes to register in a ticket booking website for booking… a. Smith wishes to register in a ticket booking website for booking bus tickets. For authenticate the registration, he needs to provide use – id and password. There are some built – in rules for checking the validity of the passwords entered by the users. Following are the rules for checking the validity of a password:i. At least 1 alphabetii. At least 1 digit between [0 – 9]iii. At least 1 character from [@&]iv. Minimum length of transaction password: 5v. Maximum length of transaction password: 10 b. Write a program for printing all elements of a list and their indexes in the list. Take the list as a user input. c. Write a program which accepts a string from the console and print the characters that have even indexes if the character is an alphabet. Concatenate the characters and print. Example: If the following string is given as input to the program: Ed12ur3ka1Python12Then, the output of the program should be:EuaPto d. Please write a program which accepts a string from console and print it in reverse order.Example: If the following string is given as input to the program:welcome to edurekaThen, the output of the program should be:akerude ot emoclew e. Please write a program which counts and prints the numbers of each character in a string input by the console.Example: If the following string is given as input to the program:  Computer Science Engineering & Technology Python Programming IT 308 Share QuestionEmailCopy link Comments (0)