Exemplo n.º 1
0
def example_input():
    rio.output('ReadlineIO example input')
    rio.output('Follow-up output')
    rio.input('Give me a picture URL').then(print_image)
Exemplo n.º 2
0
def example_input():
    rio.output('ReadlineIO example input')
    rio.output('Follow-up output')
    rio.input('Give me a picture URL').then(print_image)
Exemplo n.º 3
0
def print_name(name):
    rio.output('Hello ' + name + '!')
    rio.input('What is up?').then(print_okay)
Exemplo n.º 4
0
def print_name(name):
    rio.output('Hello ' + name + '!')
    rio.input('What is up?').then(print_okay)