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:09] mithatpython:features [2016/07/13 22:10] – [Selection] mithat
Line 12: Line 12:
  
 ===== Selection ===== ===== Selection =====
 +==== if, if/else ====
  
 <code python> <code python>
Line 17: Line 18:
     suite     suite
 </code> </code>
 +
 +<code>
 +if condition:
 +    suite
 +else:
 +    suite
 +</code>
 +
 +=== nested if/else ===
  
 <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