First, creating the canvas Opening the canvas Now, even if you want to draw a graph, you cannot draw it in the Python shell, so you need a separate window. This time, we will use tkinter, which is ...