Python – Fundamentals
Fundamentals of Python includes basic programing blocks which are pretty useful to write programming Some of them are discussed below Identifiers Keywords Comments Basic Data Types IDENTIFIERS : A name in Python program is called as Identifier. which means it can be used as variable name class name Or Function Name. It follows several basic …