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 |
What are docstrings and comments?
Explain the role of repr function.
Is python the right choice for Web based Programming?
Do sets, dictionaries and tuples also support comprehensions?
How do you avoid cyclic imports without resorting to imports in functions?
What are the types of functions in python?
How to convert a list into a set?
What do you understand by python iterator and iterable elements?
What does truncate mean in python?
What is the difference between interpreted and compiled languages?
What is numpy in python?
What does the *args do in python?