Important Notice:

Course Content
Operators, Expression & Python Statement (Chapter-4) M3-R5.1
About Lesson
Operators-

    ऑपरेटर, symbol को define करता है। Operators का उपयोग दो या उससे अधिक operands (variable & values ) के बीच ऑपरेशन को perform करने के लिए किया जाता है।

Or

     operator एक symbol है जो कि एक ऑपरेशन को प्रस्तुत करता है। और वह वैल्यू जिस पर ऑपरेटर कार्य (operate) करते है उन्हें operands कहते है। Operators का प्रयोग प्रोग्राम में data तथा variables को manipulate करने के लिए किया जाता है।

 

Operators-

      Operator defines the symbol. Operators are used to perform operations between two or more operands (variables & values).

Or

     Operator is a symbol that represents an operation. And the values on which operators operate are called operands. Operators are used to manipulate data and variables in the program.

error: Content is protected !!