What is ** in Python and it print( 9 ** (1/2) ) output | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

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

8th Aug 2022, 3:30 PM
RAHUL GUPTA
RAHUL GUPTA - avatar
1 Antwort
+ 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