What is @ operator in Python?
Answers
Answered by
2
Operators are special symbols in Python that carry out arithmetic or logical computation. The value that the operator operates on is called the operand. For example: >>> 2+3 5. Here, + is the operator that performs addition.
Similar questions
English,
8 months ago
Math,
8 months ago
Math,
1 year ago
Social Sciences,
1 year ago
Math,
1 year ago