Esempio 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)
Esempio 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)
Esempio n. 3
0
def print_name(name):
    rio.output('Hello ' + name + '!')
    rio.input('What is up?').then(print_okay)
Esempio n. 4
0
def print_name(name):
    rio.output('Hello ' + name + '!')
    rio.input('What is up?').then(print_okay)