+ 3

What is the use of**

16th Sep 2021, 2:15 PM
Sabana Fathima
4 Answers
+ 5
It is used to return the x raise to power y of the number. Example:- 3**3 = 27 (ie) 3*3*3 = 27
16th Sep 2021, 2:19 PM
Niththish
Niththish - avatar
+ 3
Hey Sabana Fathima ** is known as exponentiation operator in python. Example 3**2 = 9 Example 3**2.0 = 9.0
16th Sep 2021, 2:34 PM
Mohd Aadil
Mohd Aadil - avatar
+ 2
Thanks 😊
16th Sep 2021, 2:20 PM
Sabana Fathima
0
It serves as exponent in python
18th Sep 2021, 12:15 AM
Joseph Edet
Joseph Edet - avatar