Lab Rubric Criteria Ratings Pts Rubric as 5 pts 4 pts 3 pts 2 pts 1 pts 0 pts Described Perfect Excellent Good Multiple Issues Unsatisfactory Not Found Above All components All components of All components of the Multiple Multiple issues Submission is not of the rubric are the rubric are rubric are satisfied by components of the identified with found, or other issues 5 pts satisfied by the satisfied by the the submission rubric are not submission, however prevent points from submission submission except except two. satisfied by the submission was being awarded. one. submission received. Total Points: 5Script 11: Functions (Reusable/Re-callable Code) Start Assignment Due Oct 3 by 11:59pm Points 5 Submitting a text entry box or a file upload Available Aug 20 at 12:01am - Dec 16 at 11:59pm 4 months Create a Python script file (named function.py) that demonstrates the basic elements of a program mainline, and calls to several subroutines/functions. Rubric: 1 Point. Create a properly named file which contains the following three pieces of information as comments at the top of your file on separate lines: Your Name Your Class & Section ' The Assignment Number Rubric: 1 Point. Create a function named functionOne which prints out "Inside of function one.". Rubric: 1 Point. Create a function named functionTwo which prints out "Inside of function two." Rubric: 1 Point. Create a function named functionThree which prints out "Inside of function three." Rubric: 1 Point. Create a program mainline which successively calls the three subroutines. Make sure the mainline is in the proper place (must be below the functions already declared). Inside function one. Inside function two. Inside function three. Process finished with exit code 0