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 22:07] mithatpython:features [2016/07/13 22:09] mithat
Line 1: Line 1:
 ====== Some Python features ====== ====== Some Python features ======
  
-Header, suite/block, clause:+===== Header, suite/block, clause ===== 
  
 <code python> <code python>
Line 10: Line 11:
 </code> </code>
  
-if, else, ifelse:+===== Selection ===== 
 + 
 +<code python> 
 +if condition: 
 +    suite 
 +</code>
  
 <code python> <code python>
python/features.txt · Last modified: 2017/12/06 01:54 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki