﻿from math import*

def Cos(a,h):
   c=a/h
   return c










