(event)
| 55 | return |
| 56 | |
| 57 | def hide_happy(event): |
| 58 | c.itemconfigure(cheek_left, state = HIDDEN) |
| 59 | c.itemconfigure(cheek_right, state = HIDDEN) |
| 60 | c.itemconfigure(mouth_happy, state = HIDDEN) |
| 61 | c.itemconfigure(mouth_normal, state = NORMAL) |
| 62 | c.itemconfigure(mouth_sad, state = HIDDEN) |
| 63 | return |
| 64 | |
| 65 | def sad(): |
| 66 | if c.happy_level == 0: |