+ 2

What does **mean exactly

24th Jun 2020, 7:37 PM
King
King - avatar
2 Respuestas
+ 4
Just means Left operand raised to power right operand eg 2**3 -> 2 raised to power 3
24th Jun 2020, 9:31 PM
Gordon Okoth Agola
Gordon Okoth Agola - avatar
+ 1
In python ** mean exponentiation. Example: 2**3 = 2*2*2 = 8
24th Jun 2020, 7:40 PM
Валерий Карклин
Валерий Карклин - avatar