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