print('kiondaaaa')
#declarar variables
h=11
r=10
pi=3.1416
#leer variables
area=2*(pi*r)+2*(pi*r)
perimetro=pi*(r*r)*h
print("mostrar area",area)
print("moatrar perimetro",perimetro)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: