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 1
    print('same')          # suite/block    clause 1
else:                  # header             clause 2
    print('different')     # suite/block    clause 2
python/features.1468446956.txt.gz · Last modified: 2016/07/13 21:55 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki