Skip to content

Instantly share code, notes, and snippets.

@gun007
Created October 25, 2018 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gun007/272e0550e165ca0156443efc8c1db654 to your computer and use it in GitHub Desktop.
Save gun007/272e0550e165ca0156443efc8c1db654 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
# -*- coding: latin1 -*-
a = input ("insira o valor A ");
b = input ("insira o valor B ");
c = input ("insira o valor C ");
if (a < (b + c)):
print "e um triangulo"
else:
print "nao e um triangulo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment