Operators In Python | Python Tutorial For Beginners

Veröffentlicht am: 04 Januar 2021
auf dem Kanal: CODING BY AVNEET
65
10

Python Operators
Operators are used to perform operations on variables and values.
Example-
operator to add together two values.

Python divides the operators in the following groups:

Arithmetic operators
Assignment operators
Comparison operators
Logical operators
Identity operators
Membership operators
Bitwise operators

Operators in general are used to perform operations on values and variables in Python. These are standard symbols used for the purpose of logical and arithmetic operations. In this article, we will look into different types of Python operators.

Arithmetic operators: Arithmetic operators are used to perform mathematical operations like addition, subtraction, multiplication and division.
Operator Description Syntax
Addition: adds two operands x + y
Subtraction: subtracts two operands x - y
Multiplication: multiplies two operands x * y
/ Division (float): divides the first operand by the second x / y
// Division (floor): divides the first operand by the second x // y
% Modulus: returns the remainder when first operand is divided by the second x % y
** Power : Returns first raised to power second


Auf dieser Seite können Sie das Online-Video Operators In Python | Python Tutorial For Beginners mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer CODING BY AVNEET 04 Januar 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 65 Mal angesehen und es wurde von 10 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!