Exemplo n.º 1
0
from lyte import say, whereami, explain, blurt

from mockvpython import box, cone, color

import makemyVPHTML

whereami = explain(__name__)

if whereami.visible:
    box()
    cone()
    say('say')
    print('print')
    blurt('blurt')
Exemplo n.º 2
0
import lyte

lyte.blurt('alert for all seasons')
lyte.say('say what?')

lyte.runRS()

lyte.webMe()