User Tools

Site Tools


python:features

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
python:features [2016/07/13 21:55] mithatpython:features [2016/07/13 21:55] mithat
Line 4: Line 4:
  
 <code python> <code python>
-if foo == bar:         # header         clause 1 +if foo == bar:         # header             clause 1 
-    print('same'     # suite/block    clause 1 +    print('same'         # suite/block    clause 1 
-else:                  # header         clause 2 +else:                  # header             clause 2 
-    print('different') # suite/block    clause 2+    print('different'    # suite/block    clause 2
 </code> </code>
python/features.txt · Last modified: 2017/12/06 01:54 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki