Skip to content

Instantly share code, notes, and snippets.

@robintux
Created May 30, 2024 00:15
Show Gist options
  • Save robintux/2a1541c1318675523697f6486f6c9b01 to your computer and use it in GitHub Desktop.
Save robintux/2a1541c1318675523697f6486f6c9b01 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