What is an operator in python?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / glibwaresoftsolutions
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 |
What is lambda function ?
What are the types of python?
Which is better c++ or java or python?
How do you break in python?
Are functions objects in python?
Is python good for beginners?
How do you install a sphinx python?
How can you identify the data type of any variable in python?
Is python better than ruby?
What is python basic syntax?
What tuple means?
What do you mean by ‘suites’ in python?