from graphics import *

def main():
  win = GraphWin("My Window",800,800)
  win.getMouse()

main()
