Skip to content

Instantly share code, notes, and snippets.

@brandon22esquivel
Created September 7, 2019 21:09
Show Gist options
  • Save brandon22esquivel/289354a09096a6cff8e9d17c1078a5d9 to your computer and use it in GitHub Desktop.
Save brandon22esquivel/289354a09096a6cff8e9d17c1078a5d9 to your computer and use it in GitHub Desktop.
print "dame el valor:"
a = int(input(""))
#a = 5
if a == 5:
print "es un cinco"
elif a == 6:
print " es un seis"
elif a ==7:
print "es in siete"
else:
print "No es ningun numero deseado"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment