a1 = io.read("*n")
a2 = io.read("*n")
a3 = io.read("*n")
if(a1+a2+a3==180)
then
print("The following angles can form a triangle.")
else
print("The following angles can't form a triangle.")
end
To embed this project on your website, copy the following code and paste it into your website's HTML: