Skip to main content

hello()

Description#

Draws Zumi's default eyes on the screen.

Syntax#

hello

Parameters#

None

Returns#

None

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