# # sqrt() -> nos va a devolver la raíz cuadrada de un número # print("Devuelve la raíz cuadrada de un número") # print(math.sqrt(25)) # salida: 5.0 ...
Why -1 % 5 Is 4 in Python (But -1 in C/Java) We all learn that % means “remainder”. But here’s something interesting: In Python: -1 % 5 Result: 4 In C, C++, or Java: -1 Same math. Different answers.
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.