What data-type are mathematical operators such as +, -, *, and //? Does python consider these strings? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What data-type are mathematical operators such as +, -, *, and //? Does python consider these strings?

Data Types of Mathematical Operations

2nd Jan 2019, 3:00 PM
EconPilot
EconPilot - avatar
1 ответ
+ 3
The mathematical operators are considered as function.
2nd Jan 2019, 3:15 PM
ShortCode