Skip to content

Instantly share code, notes, and snippets.

@robintux
Created May 30, 2024 00:16
Show Gist options
  • Save robintux/b4b3e56b1e9abca931eee3073fdcceab to your computer and use it in GitHub Desktop.
Save robintux/b4b3e56b1e9abca931eee3073fdcceab 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.os*float(r)**2
print("El area del circulo es : ", r+2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment