Whats is ** ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Whats is ** ?

7th Feb 2021, 3:19 PM
Chunggou_Doungel
Chunggou_Doungel - avatar
4 Answers
+ 4
In python language it is called exponentiation which means for example: 2^3 = 8 But in python you have to write it like: 2**3 output: 8
7th Feb 2021, 3:30 PM
∆BH∆Y
∆BH∆Y - avatar
+ 1
Please specify the language In python it is known as raised to Example 3**3=27, which means 3³=27
7th Feb 2021, 3:23 PM
Atul [Inactive]
+ 1
The language is python
7th Feb 2021, 3:25 PM
Chunggou_Doungel
Chunggou_Doungel - avatar