What command would set the coordinates of win to go from (0,0) in the lower-left corner to (10,10) in the upper-right? Python What command would set the coordinates of win to go from (0,0) in the lower-left corner to (10,10) in the upper-right? Answer: win.setcoords(0, 0, 10, 10) Share this Share on FacebookTweet on TwitterPlus on Google+