Пример #1
0
def TownCrier():
    text("Welcome to Town A!")
Пример #2
0
def Joe():
    text("LOOK AT ME I'M REALLY ANNOYING BLOOP BLOOP YAAAAAAAYyy")
Пример #3
0
def Jitters():
    text('ilovecoffeewantacupitsreallygoodilovecoffeeittastessogoodineedtohaveanothercupofcoffeeorillfallasleepagainandthatwouldbebadcoffeecoffeecoffeecoffeecoffeecoffee')
Пример #4
0
def TreeGuy():
    text('I like this tree')
Пример #5
0
def Ted():
    text('''\
Yeah, I know, it's a pretty lame demo.  But look at all the neat scripting!
Isn't it posh?
''')
Пример #6
0
def WellWatcher():
    text("I'm a well-watcher!")
    text('''\
It's kind of like weight watchers, except that you watch the well, not your \
weight.''')
Пример #7
0
def WellWatcher():
    text("AIN'T NOBODY GONNA STEAL THIS WELL ON MY WATCH")
Пример #8
0
def WellWatcher():
    text("I'm a well-watcher!")
    text('''\
It's kind of like weight watchers, except that you watch the well, not your \
weight.''')
Пример #9
0
def TownCrier():
    text('''\
Welcome to Town B!
We spent a lot if time carefully deliberating over a name for our town.''')
Пример #10
0
def TownCrier():
    text("Welcome to Town A!")
Пример #11
0
def TownCrier():
    text('''\
Welcome to Town B!
We spent a lot if time carefully deliberating over a name for our town.''')
Пример #12
0
def Jitters():
    text(
        'ilovecoffeewantacupitsreallygoodilovecoffeeittastessogoodineedtohaveanothercupofcoffeeorillfallasleepagainandthatwouldbebadcoffeecoffeecoffeecoffeecoffeecoffee'
    )
Пример #13
0
def Joe():
    text("LOOK AT ME I'M REALLY ANNOYING BLOOP BLOOP YAAAAAAAYyy")
Пример #14
0
def Ted():
    text('''\
Yeah, I know, it's a pretty lame demo.  But look at all the neat scripting!
Isn't it posh?
''')
Пример #15
0
def TreeGuy():
    text('I like this tree')
Пример #16
0
def WellWatcher():
    text("AIN'T NOBODY GONNA STEAL THIS WELL ON MY WATCH")