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 will you capitalize the first letter of a string?
What's a negative index?
How many arguments can the range() function take?
How to get the ascii value in python?
In python, are there any databases to DB packages?
What is list comprehension? Give an example.
How will you change case for all letters in string in python?
How do I do variable variables in python?
How can you identify the data type of any variable in python?
find max length of any given sublist?
What is python? What are the benefits of using python?
What is a file in python?