Write a function, named randomPassword, that generates a random password that takes noparameter. It will return the randomly generated password as its ONLY result. Display the randomlygenerated password in the main program.
Password Criteria:o The password should have a random length of between 7 and 10 characters.o Each character should be randomly selected from positions 33 to 126 from the ASCII table.
1. You must import randint function directly and inline within the random package and it must be thefirst line of code in your program
2.Declaring and using FOUR constants
3. You must use the chr built-in function within your randomPassword function.4. Declaring the main function and invoking randomPassword function.
5. Please do NOT use any special formatting in your print statement.6. Do not use __main__ anywhere in your program code.
Sample runs :
1. your random password is : "Y)IC>Vm
2. your random password is : WM,L8"7
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here