Python- operators(recap)
Python Operator Good Morning Boys. Lets take a quick recap of the topic covered on the last working day. I hope that during the zoom class, all your doubts are answered. There are some of you who haven't joined the zoom class so far. Please join from today else you may not feel comfortable with the concepts of programming, as they are new to you. Python Operators Operators are used to perform operations on variables and values. Python divides the operators in the following groups: Arithmetic operators Assignment operators Comparison operators Logical operators Identity operators * Membership operators * Bitwise operators * * - These operators will be covered at a later stage when the related concepts are dealt. Python Arithmetic Operators Arithmetic operators are used with numeric values to perform common mathematical operations. Assume variable a holds 10 and variable b holds 20, then − Operator Description Example + A...