Calculate the Area of a Circle with PYTHON

 Calculate the Area of a Circle

import math

radius = float(input("Enter the radius of the circle: "))

area = math.pi * (radius ** 2)

print("Area of the circle:", area)



Comments

Popular posts from this blog

PASSWORD GENERATOR PYTHON BOT

WiFi Hacking with python