+ 1
Write a code to check whether a number lies exactly between a squre and a cube
for example : take a no 26 26 lies exactly between a perfect square no. 25 and cube no. 27
3 Réponses
+ 3
Floating Point Arithmetic: Issues and Limitations
https://docs.python.org/3/tutorial/floatingpoint.html
+ 1
https://code.sololearn.com/cXBUgbyqDrKr/?ref=app
good one