- 1
How to solve this prmer: print (8 q q (1/3)). I know there will be an answer 2, but I don't know how to solve it, help.
This exercise is simple, nothing was explained and I didn't understand In this exercise it was simple, nothing was explained and I did not understand anything.
2 Respuestas
0
2
- 2
the result is 2
print(8**(1/3))
what can you power by 3 to get 8
actually 2.0 since it"s python
2
2**3 + 8