Skip to content

Instantly share code, notes, and snippets.

@robintux
Created May 30, 2024 00:17
Show Gist options
  • Save robintux/2224a9d00f9474aa5f8016e998da4124 to your computer and use it in GitHub Desktop.
Save robintux/2224a9d00f9474aa5f8016e998da4124 to your computer and use it in GitHub Desktop.
import math as m
import random as rnd
import os
r = print("Ingresa el radio de la circunferencia : ")
AreaCirculo = m.pi*complex(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