Skip to main content

happy()

Description#

Draws an animation of Zumi's happy eyes.

Syntax#

happy()

Parameters#

None

Returns#

None

Example Code#
Python#
#Python code
from zumi.util.screen import Screen
screen = Screen()
screen.happy()