On running the file, a canvas window opens with 3 menus in the title bar - draw, actions and file. The Draw menu has options to draw a line and rectangle which further has suboptions for colour for ...
arcade.draw_line(500, 100, 550, 100, arcade.color.PURPLE) arcade.draw_line(500, 90, 550, 90, arcade.color.PURPLE, line_width=2) arcade.draw_line(500, 80, 550, 80 ...