Mercurial > python-cmd2
comparison docs/pycon2010/pycon2010.rst @ 357:ce4448ca4088
leave office for pycon...
author | catherine@dellzilla |
---|---|
date | Wed, 17 Feb 2010 17:18:26 -0500 |
parents | d275d3beceff |
children | 18e8487be095 |
comparison
equal
deleted
inserted
replaced
356:d275d3beceff | 357:ce4448ca4088 |
---|---|
279 else: | 279 else: |
280 separator = ' ' | 280 separator = ' ' |
281 chant = separator.join(chant) | 281 chant = separator.join(chant) |
282 print('{0} and a bottle of {1}'.format(chant, arg)) | 282 print('{0} and a bottle of {1}'.format(chant, arg)) |
283 | 283 |
284 sqlpython | |
285 ========= | |
286 | |
287 Created by Luca Canali @ CERN | |
288 | |
289 ``cmd``-based Replacement for Oracle SQL/*Plus | |
290 | |
291 | |
292 | |
293 | |
294 |