Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please answer if you are 100% sure, and please be kind enough and do not answer if not sure. Thank you very much. Using the

Please answer if you are 100% sure, and please be kind enough and do not answer if not sure. Thank you very much.

Using the IDLE development environment, create a Python script named tryme3.py . Write a function in this file called nine_lines that uses a function called three_lines to print nine blank lines. Now add afunction named clear_screen that prints out twenty-five blank lines. The last line of your program should call the function to clear_screen .

The function three_lines and new_line are defined below so that you can see a nested function call.

def new_line(): print()

def three_lines(): new_line() new_line() new_line()

Submit your Python script file in the posting of your assignment. Your Python script should be either a .txt file or a .py file. You must execute your script and copy and paste the output produced into a document that you will submit along with your python script. It is very helpful if you print a placeholder between the printing of 9 lines and the printing of 25 lines. It will make your output easier to read for the assessor. A placeholder can be a comment such as now printing 9 lines or now printing 25 lines.

You can submit the document as a Word 2003, or OpenOffice document. Open Office documents should be saved using with Word format and NOT the default format used by OpenOffice writer. (the file extension will be .doc.)

Dont forget to use comments in your script file to make the script more readable.

( I found different people giving different answers, and no exactly answer found, that is why submitting again. Feel no any expert here or may be the question is wrong, I am not sure. Thank you)

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

Hands On Database

Authors: Steve Conger

1st Edition

013610827X, 978-0136108276

More Books

Students also viewed these Databases questions

Question

How has the Internet changed consumers? Marketers?

Answered: 1 week ago

Question

=+justify the physical meaning of the obtained solution.

Answered: 1 week ago