Write an application that simulates coin tossing. Let the program toss the coin each time the user presses the Toss button. Count the number of times each side of the coin appears. Display the results. The program should call a separate method Flip, which takes no arguments and returns False for tails and True for heads. Use the head and tail images provided in the Images folder with this chapter's examples.