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 pack in python?
What is pycharm used for?
Write the function f() ?
Which method removes leading and trailing blanks in a string?
How will you change case for all letters in string in python?
Name some commonly used built-in modules in python?
In oops what is a diamond problem in inheritance?
What is setup script?
What does none mean in python?
In python, how you can randomize the items of a list in place ?
How to pass indefinite number of arguments to any function?
Why do we use sets in python?
Is python time time utc?
What is os module will do in python?
Explain how to delete a file in Python?