示例#1
0
def tell():
    out = sh.echo(punchline())
    print out
示例#2
0
 def test_is_string(self):
     s = punchline()
     self.assertTrue(isinstance(s, basestring))