Question: Python (.py file) Note: Please comment on the steps and post a screenshot of your output (18041900014, Spring 1204') introduction to Programming: Hsslnmen'rs CSCI-UA.2-1 Assignments
Python (.py file)
Note: Please comment on the steps and post a screenshot of your output














(18041900014, Spring 1204') introduction to "Programming: Hsslnmen'rs CSCI-UA.2-1 Assignments Assignment #6 For this assignment you will be writing a series of programs that build on one another, so it's important to progress through this assignment in order. You only need to submit the final version of your code (no need to submit the intermediate steps that you took in order to reach the final program) as well as the "module" that you create for step 5. When you're finished you should submit your program to the Assignment #6 category inside of NYU Classes. Part 1 For this part you will be writing three functions: # # # # function: input: processing: output: #function: # ##1## i: input: processing: output: function: input: processing: output: horizontal_line a width value (integer) prints a single horizontal line of the desired size does not return anything line a shift value and a height value (both integers) generates a single vertical line of the desired height. the line is offset from the left side of the screen using the shift value does not return anything vertical_lines a width value and a height value (both integers) generates two vertical lines. the first line is along the left side of the screen. the second line is offset using the \"width\" value does not return anything Here is a sample program that you can use to test your functions. The expected output is printed below the sample code: Horizontal line, width = 5: ***** Horizontal line, width = 10: ********** Horizontal line, width = 15: *************** Line, shift=0; height=3: * * * Line, shift=3; height=3: 2|: =l
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
