What is ** in Python and it print( 9 ** (1/2) ) output | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is ** in Python and it print( 9 ** (1/2) ) output

8th Aug 2022, 3:30 PM
RAHUL GUPTA
RAHUL GUPTA - avatar
1 Answer
+ 5
It is the exponentiation sign. Have a look at lesson 5.1 the Python for Beginners course.
8th Aug 2022, 3:36 PM
Lisa
Lisa - avatar