Answer Posted / nashiinformaticssolutions
An operator is a symbol that performs a specific operation on one, two, or more operands. Common operators include arithmetic, logical, relational, bitwise, and others.
Example:
```python
# Arithmetic operators
result = 5 + 3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is Java implementation of Python popularly know?
Is set sorted in python?
Which is better c++ or java or python?
How to clone or copy a list in python?
How do you exit a python script?
What does a function of python programming?
What are python modules? Name some commonly used built-in modules in python?
Is python numpy better than lists?
What is sphinx linux?
What are local variables in python?
How to comment multiple lines in python?
Guess the output?
Is python an oop?
How to overload constructors or methods in python?
Explain supported data types in python?