# Create a frame and assign callbacks to event handlers
# CodeSkulptor runs Python programs in your browser.
# Click the upper left button to run this simple demo.
# CodeSkulptor is tested to run in recent versions of
# Chrome, Firefox, Safari, and Edge.
import simplegui
message = "Welcome!"
# Handler for mouse click
def click():
global message