﻿from math import *
def nombre (a):
    b=a/2
    c=3+b
    d=sqrt(c)
    return d