Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

triangles

# Hello World program in Python

print=("angles of a trinagle")
a=float(input("enter angle a in degrees:\n"))
b=float(input("enter angle in b in degrees:\n"))
c=round(180-b-a,1)
print("The missing angle is",c,"degrees")

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.