User Tools

Site Tools


python:features

This is an old revision of the document!


Some Python features

if foo == bar:         # header (a specific keyword followed by a colon) clause +
    print('same')      # suite/block                                            |
    ...                #                                                 clause +
else                   # header                                          clause +
    print('different') # suite/block                                            |
    ...                #                                                 clause +
python/features.1468446800.txt.gz · Last modified: 2016/07/13 21:53 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki