Computer Science, asked by shauryakaushik, 7 months ago

explain me python basics class 9

Answers

Answered by Chandra1972
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