Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribedimage text in transcribed
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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions