Area and Circumference of Circle in Python
Posted March 12, 2020
on:- In: Python Source Code | Python Tutorials
- Comments Off on Area and Circumference of Circle in Python
Objectives:
- How to find the area of a circle in Python?
- How to find the circumference of a circle in Python?
- How to find the area and circumference of a circle in Python?
Python Code:
print("Enter radius of circle") rad = input() r=float(rad) area = 3.14 * r * r circumference = 2 * 3.14 * r print(area) print(round(circumference, 2))
Steps to Run the above code:
- Navigate to the folder/directory where you have saved your python code or file.
- Here I have considered that python file is saved on “c:\>” and the File name is “Circle.py
- Just type the following command now to execute the Python program: c:\> python Circle.py
Download code:
- Navigate to GitHub repository and download the code from here: Circle.py
We conduct Python Training and Workshop for Corporates and College Students, if interested, please write to us on kloudsancyber@gmail.com
Aatul Palandurkar
Life Coach, International Trainer, and Author
https://www.facebook.com/aatulpalandurkar
https://www.instagram.com/aatulpalandurkar/
Tags: Aatul Palandurkar, Cognitive Analytics, Corporate Python Trainer, Corporate Trainer for Python, Corporate Training on Python, Klouds AnCyber Technologies Pvt Ltd, python, python academy nagpur, Python Code, Python Codes, python institute, python institute nagpur, python institutes, Python internship, Python Internship Nagpur, python nagpur, Python Project Source Codes, Python Projects, python trainer, python training, Python Training India, python training institute, Python Training Institute Nagpur, python training nagpur