Explain about python operators?



Explain about python operators?..

Answer / seshadri d

Python operators divided in 7 types:-
1.Arithmetic operators
2.Assignment operators
3.Relationship operators
4.Logical operators
5.Identity operators[ is and is not]
6.Membership operators[in and not in]
7. Bitwise operators

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is a pure function python?

0 Answers  


What is the lambda?

0 Answers  


How would you randomize the contents of a list in-place?

0 Answers  


How do I know my python version?

0 Answers  


What are the immutable build-in data types of python?

0 Answers  






What does if __name__ == “__main__”: do?

0 Answers  


Is java or python better?

0 Answers  


How is the Implementation of Pythons dictionaries done?

0 Answers  


What is the meaning of def in python?

0 Answers  


What's a negative index?

0 Answers  


What is meant by“call by value” in python?

0 Answers  


What is python inheritance?

0 Answers  


Categories