+ 1
Exponentiation
print(((6.3) /2) **4) What is the error in this code?
3 Answers
+ 3
There is no error
the output is 98.456...... something
U can use the code playground to check your codes
+ 1
you dont need the brackets around 6.3
what result were you expecting?
+ 1
idk it showed some syntax error