# Given two numbers a and b, find the sum of a and b. Since the sum can be very large, find the sum modulo 109+7. # You don't need to read input or print anything. Your task is to complete the ...
# # 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 ...