Python --Symbols used when performing operations

Introduction

What operators have you used? This article describes various Python operators.

What is an operator?

Operators are symbols for performing calculations. +,-, *, ÷, etc. are one of them.

Operators often used in Python

-Is an operator for subtraction.

/ / Is an operator for division. I don't use it in my daily life.

// //はあまりを切り捨てで割り算をするための演算子です。

** ** is an operator for calculations such as XX to the XX power.

Finally

Did you know any operators for the first time after reading this article? If you have any comments, please let us know in the comments.

Recommended Posts

Python --Symbols used when performing operations
Python note: When the pip command cannot be used
[Python] File / directory operations
File operations in Python
[Python] Privately created & used small-scale functions (file operations, etc.)
Summary of Pandas methods used when extracting data [Python]
A collection of Excel operations often used in Python
[Python] Variadic arguments can be used when unpacking iterable elements
Scripts that can be used when using bottle in Python
Summary of python file operations
Summary of Python3 list operations
Story when iterating python tuple
Various Python built-in string operations
[Python] Frequently used library code
Specify options when running python
Attention when os.mkdir in Python
Error when playing with python
Wrapping git operations in Python
About Python and os operations
Import modules that are often used when starting the python interpreter