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