Introduction to Python  
 
 

Lesson 8

Readings:

Key Concepts:

  • Learning how to handle and use events
  • Learning how to use menus

Exercises:

  • Write a program that creates a field which prints something when the mouse enters or leaves the field and also when the mouse is pressed and released within the field.
  • Write a program that contains at least two Menus in a menu bar with multiple options inside of each. There should also be a field in the program that indicates the last selected menu option.


Files to Be Downloaded