﻿from math import *

def Approx(p):
    h=2
    n=0
    while n<=3 and >p:
        h=
        n=n+1
    return h


