Skip to content

Instantly share code, notes, and snippets.

@johnsi15
Created July 4, 2016 19:23
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 johnsi15/1ce53384cf8db5a5b15b91050a2006c7 to your computer and use it in GitHub Desktop.
Save johnsi15/1ce53384cf8db5a5b15b91050a2006c7 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
print "area del circulo"
r = int(raw_input("radio"))
a = 3.14*(r)**2
print "El area del circulo es %f " % a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment