Generation

generate functionSun, 13 Nov 2022

find the square root of two odd numbers

def square_root(a, b): return a**0.5 and b**0.5 square_root(9, 25)

Questions about programming?Chat with your personal AI assistant