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

Exponentiation

print(((6.3) /2) **4) What is the error in this code?

28th Sep 2018, 3:32 AM
Prashasti Jakhmola
Prashasti Jakhmola - avatar
3 Answers
+ 3
There is no error the output is 98.456...... something U can use the code playground to check your codes
28th Sep 2018, 4:29 AM
Frost
Frost - avatar
+ 1
you dont need the brackets around 6.3 what result were you expecting?
28th Sep 2018, 7:10 AM
Daemo
Daemo - avatar
+ 1
idk it showed some syntax error
28th Sep 2018, 6:24 PM
Prashasti Jakhmola
Prashasti Jakhmola - avatar