Skip to content

Instantly share code, notes, and snippets.

@johnsi15
Created July 4, 2016 19:22
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/2db174a99d6ad35828c2611b0ddebd83 to your computer and use it in GitHub Desktop.
Save johnsi15/2db174a99d6ad35828c2611b0ddebd83 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
print "volumen del cubo"
t = int(raw_input("arista:"))
a = 6 * (t)**2
print "el volumen es %s" % a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment