Skip to content

Instantly share code, notes, and snippets.

@robintux
Created May 30, 2024 00:14
Show Gist options
  • Save robintux/d89870aa5494f02e1d93e8f9c3af1b72 to your computer and use it in GitHub Desktop.
Save robintux/d89870aa5494f02e1d93e8f9c3af1b72 to your computer and use it in GitHub Desktop.
import math as m
import random as rnd
import os
r = input("Ingresa el radio de la circunferencia : ")
AreaCirculo = m.pi*float(r)**2
print("El area del circulo es : ", AreaCirculo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment