Exemplo n.º 1
0
def tell():
    out = sh.echo(punchline())
    print out
Exemplo n.º 2
0
 def test_is_string(self):
     s = punchline()
     self.assertTrue(isinstance(s, basestring))