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 |
Is python a shell scripting language?
What is the dictionary?
What is the purpose of #!/usr/bin/pythonon the first line in the above code? Is there any advantage?
Which ide is better for python?
Does apple use python?
Why is the order in python dictionaries and sets arbitrary?
Which database is best with python?
What are negative indexes?
What are the benefits of python?
Is python faster than c#?
What is the difference between pickling vs unpickling?
What is a control flow statement?