explain me python basics class 9
Answers
Answered by
3
Explanation:
Python - Basic Syntax
First Python Program. Let us execute programs in different modes of programming. ...
Python Identifiers. A Python identifier is a name used to identify a variable, function, class, module or other object. ...
Reserved Words. ...
Lines and Indentation. ...
Multi-Line Statements. ...
Quotation in Python. ...
Comments in Python. ...
Using Blank Lines.
Python is a powerful general-purpose programming language. It is used in web development, data science, creating software prototypes, and so on. Fortunately for beginners, Python has simple easy-to-use syntax. This makes Python an excellent language to learn to program for beginners.
Hope this helps mate ☺️.
Similar questions