Question: I need helo from computer science expert. Solving using python( spyder) Use ( files, loops, if) To draw a spirals with txt files Objective: In
Objective: In this assignment we aim to use Python language to draw squared spiral forms using color data saved in text files. An example of spiral form is shown in Figure 1. The program input is a text file, which contains n lines. Each line contains three integer numbers representing the Red, Green and Blue values of the color used to draw a line segment (see Figures 2, 3 and 4). Three text files are provided: colors 1.trt, colors2.txt and colors3.txt. The program uses a loop where, in each iteration, i reads from the input text file three principal color components, Red, Green and Blue and then draws one of the following four line segments: . Horizontal line segment from left to right 2. Vertical line segment from up to down. 3. Horizontal line segment from right to left. 4. Vertical line segment from down to up. It is worth to note that the line segments are drawn iteratively in the order mentioned above, and always the next line starts from the end of the previous line as described in the following algorithm
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
