whats the code to this star project in python 2.7?
Visualize Python, Java, JavaScrip: X V Visualize Python, Java, JavaScrip x+ o.400.ITEC2120.20449.20194/asgs/stars,project.html drawConstellationLine0 2 Input Parameters: 2 different star names . No Return Value . Steps: 1. Get the star strings for each star using getStarStringo 2. Get the pixel x and y coordinates for each star using getStarPixelXO and getStarPixelYO 3. Draw the line using the following code canvas.create_line(x1, yl, x2, y2,
OR
OR