Python平方根を返す関数平方根を返す関数Pythonで引数に指定されたint値の平方根を返す関数です。def get_square(num: int): return float(num) ** 2