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 how you can access sessions in flask?
What is anaconda python used for?
How to write a Unicode string in Python?
Can __ init __ return value?
What are global variables in python?
Calling an external command in python?
Tell me what is pep 8?
Explain relational operators in python?
Does python have a built in function for string natural sort?
Does python have inheritance?
What is the output of print str[4: ] if str = ‘ python language’?
Define flask in python?