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 |
Explain whats flask?
What is string in python?
What are class methods?
How will you convert a list into a string?
Is python a keyword in python?
How can I make a time delay in python?
What is split() function?
Whats the difference between input() and raw_input()?
What is the latest version of python?
How do you remove duplicates from a list in python whilst preserving order?
How do you calculate percentiles with python/ numpy?
What is a function in python programming?