canvas create 2 lines with same object id tkinter code example
Example 1: tkinter create_line
canvas.create_line(15, 25, 200, 25)
Example 2: canvas.create_oval parameters
id = C.create_oval ( x0, y0, x1, y1, option, ... )
canvas.create_line(15, 25, 200, 25)
id = C.create_oval ( x0, y0, x1, y1, option, ... )