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 |
How do you count loops in python?
Explain python’s pass by references vs pass by value. (Or) explain about python’s parameter passing mechanism?
What is the python interactive console or python shell?
What is a raw input?
What is pip and when it is used ?
What is raw_input?
Which is best python or r?
What command do we use to debug a python program?
Which certification is best for python?
What is frozen set in python 3?
Explain about zip() in python?
What is the best tutorial for python?