User Tools

Site Tools


python:features

This is an old revision of the document!


Some Python features

Header, suite/block, clause:

if foo == bar:         # header         clause +
    print('same')      # suite/block           |
    ...                #                clause +
else                   # header         clause +
    print('different') # suite/block           |
    ...                #                clause +
python/features.1468446869.txt.gz · Last modified: 2016/07/13 21:54 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki