Introduction to Operators (ऑपरेटर्स का परिचय) :-
Operator (ऑपरेटर) एक विशेष Symbol (चिन्ह) या Keyword (कीवर्ड) होता है जो Variables (चर), Constants (स्थिर मान) या Values (मान) पर कोई विशेष कार्य (Operation) करता है और उसका परिणाम (Result) प्रदान करता है।
दूसरे शब्दों में, Operator वह माध्यम है जिसके द्वारा हम जोड़ (Addition), घटाव (Subtraction), गुणा (Multiplication), भाग (Division), तुलना (Comparison), निर्णय (Decision Making) तथा Logical Operations जैसे कार्य करते हैं।
Operator वह Symbol या Keyword है जो Operand पर कार्य करके नया परिणाम उत्पन्न करता है।
English
An Operator is a special symbol or keyword that performs an operation on one or more operands (values or variables) and returns a result.
In simple words, Operators are used to perform calculations, comparisons, logical operations, assignments, and decision-making.
An Operator is a symbol or keyword that performs an operation on one or more operands and produces a new result.
Operand in Python (ऑपरेण्ड) :-
Operand (ऑपरेण्ड) वह Value (मान), Variable (चर), Constant (स्थिर मान) या Expression (व्यंजक) होता है, जिस पर Operator (ऑपरेटर) कोई कार्य (Operation) करता है।
सरल शब्दों में, जिस डेटा पर Operator कार्य करता है, उसे Operand कहते हैं।
English
An Operand is a value, variable, constant, or expression on which an operator performs an operation.
In simple words, the data on which an operator works is called an operand.
