User Tools

Site Tools


python:about_python:about_python_ii

Differences

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

Link to this comparison view

Next revision
Previous revision
python:about_python:about_python_ii [2013/07/05 06:14] – created mithatpython:about_python:about_python_ii [2014/03/17 20:56] (current) mithat
Line 3: Line 3:
 ===== Python is imperative ===== ===== Python is imperative =====
  
-A language is **imperative** if it uses //sequence// as the default control mechanism with //flow control// (notably //selection// and //repetition//), if it uses //variables// with //assignment//, and if it employs //statements//. Python supports all of these.+A language is **imperative** if it uses //sequence// as the default control mechanism with //control flow// (notably //selection// and //repetition//), if it uses //variables// with //assignment//, and if it employs //statements//. Python supports all of these.
  
 ==== Sequence and statements ==== ==== Sequence and statements ====
Line 27: Line 27:
 </code> </code>
  
-==== Flow control ==== +==== Control flow==== 
-We will now see that Python has a number of flow-control statements for selection and repetition.+We will now see that Python has a number of control flow statements for selection and repetition.
  
 === Selection ===  === Selection === 
python/about_python/about_python_ii.txt · Last modified: 2014/03/17 20:56 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki