Question: This program reads points from a text file and creates a String Art cardioid pattern by drawing a series of lines between the points. For

 This program reads points from a text file and creates aString Art cardioid pattern by drawing a series of lines between thepoints. For this question, you may use any colours of your choosing.a) Currently the title bar of the program window displays "A5 Question

This program reads points from a text file and creates a String Art cardioid pattern by drawing a series of lines between the points. For this question, you may use any colours of your choosing. a) Currently the title bar of the program window displays "A5 Question 2 by". Add your username to the title bar of the program, i.e., the title bar should display the string, "A5 Question 2 by yourUsername", e.g., A5 Question 2 by afer023 CompSci 101, 2018 Assignment Five b) Complete the get_list_of tuples from_file(filename) function. Complete the get_list_of_tuples_from file() function which is passed the name of a file as a parameter. Each line of the file contains two floating point numbers separated by spaces. The function reads the information from the file and returns a list of tuples. Each tuple in this list of tuples is made up of the two numbers taken from each line of the input file and rounded to the nearest whole number. The function returns the list of tuples

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!