Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Humpty Dumpty Form solution in Clear category for Humpty Dumpty Form by weroniquue
from math import asin, pi, sqrt,atanh
def checkio(height, width):
c=height/2
a=width/2
x=[]
if c>a:
e1=sqrt(1-((a*a)/(c*c)))
s=2*pi*a*a*(1+(c*asin(e1))/(a*e1))
v=pi*4/3*a*a*c
elif c
Nov. 7, 2016