Transcription of Basics of Python Programming
{{id}} {{{paragraph}}}
Informatics PracticesClass XI ( Asper CBSEB oard)Chapter 5 Basics ofPython ProgrammingNew syllabus 2020-21 Visit : for regularupdatesBasics of Python ProgrammingStructureofapythonprogramProg ram|->Module -> main program|-> functios|->libraries|->Statements -> simple statement|->compound statement|->expressions -> Operators|-> expressions|---- objects ->data modelVisit : for regular updatesPython , Character : A-Z,a-zDigits : 0-9 Special symbols : Special symbol available over keyboard White spaces: blank space,tab,carriagereturn,newline, form feedOther characters:-UnicodeVisit : for regular updatesInput and OutputVisit : for regular updatesvar1= Computer Science'var2= Informatics Practices'print(var1,' and ',var2,' )Output :-Computer Science and Informatics Pra
Python basics Python 3.0 was released in 2008. Although this version is supposed to be backward incompatibles, later on many of its important features have been back ported to be compatible with version 2.7
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}