import triggie import sys import math a = float(sys.argv[1]) b = float(sys.argv[2]) theta = float(sys.argv[3]) ##in degrees print(f"The length of the third side is {triggie.law_of_cosines_degrees(a, b, theta)}")