Python – Operators MCQ

Operators in Python are special symbols or keywords that perform operations on variables and values. They are used to carry out arithmetic, comparison, logical, and other types of operations to manipulate data. Python supports various operators such as arithmetic, relational, logical, bitwise, assignment, and membership, each serving a distinct purpose in coding. These operators enable developers to perform calculations, compare values, and control the flow of a program efficiently.

3.Operators.docx