PDF4PRO ⚡AMP

Modern search engine that looking for books and documents around the web

Example: air traffic controller

Basic concepts of Python language Data types and values ...

OutlineBasic concepts of Python languageBasic concepts of Python languageData types and valuesExpressions and statementsFlow control and functionsData structures: lists, tuples, sets, dictionariesBasic input and outputJarkko Toivonen Department of Computer Science University of HelsinkiProgramming in PythonOutlineBasic concepts of Python languageData types and valuesExpressions and statementsFlow control and functionsBasic input and outputBasic data types Examples: int: 12, 0, -2 float: , , complex: 3+4j bool: True, False string:"Test string"Jarkko Toivonen Department of Computer Science University of HelsinkiProgramming in PythonOutlineBasic concepts of Python languageData types and valuesExpressions and statementsFlow control and functionsBasic input and outputConversion between types int( ) -2 float(2) int( 123 ) 123 bool(-2) True, bool(0) False str(234) 234 Jarkko Toivonen Department of Computer Science University of HelsinkiProgramming in PythonOutlineBasic concepts of Python languageData types and valuesExpressions and statementsFlow control and functionsBasic input and outputStrings 1 A sequence of characters delimitted between single ( ) or double ( ) quotes This optionality

Basic concepts of Python language Basic concepts of Python language Data types and values Expressions and statements Flow control and functions Data structures: lists, tuples, sets, dictionaries Basic input and output ... Basic data types Examples:

Tags:

  Python, Basics, Example

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Spam in document Broken preview Other abuse

Transcription of Basic concepts of Python language Data types and values ...

Related search queries