Area of Circle in Python
Python program to get radius of circle and find area of circle.
Sample Input 1:
4
Sample Output 1:
50.24
Flow Chart Design
Program or Solution
r=int(input("Enter the radius:"))
area=3.14*r*r
print("area: {}".format(area))
Program Explanation
get th radius of a circle using input() method calculate area = pi * r * rComments
ubaTaeCJ
-1 OR 2+181-181-1=0+0+0+1 --ubaTaeCJ
-1 OR 3+181-181-1=0+0+0+1 --ubaTaeCJ
-1 OR 3*2<(0+5+181-181) --ubaTaeCJ
-1 OR 3*2>(0+5+181-181) --ubaTaeCJ
-1 OR 2+61-61-1=0+0+0+1ubaTaeCJ
-1 OR 3+61-61-1=0+0+0+1ubaTaeCJ
-1 OR 3*2<(0+5+61-61)ubaTaeCJ
-1 OR 3*2>(0+5+61-61)ubaTaeCJ
-1' OR 2+177-177-1=0+0+0+1 --ubaTaeCJ
-1' OR 3+177-177-1=0+0+0+1 --ubaTaeCJ
-1' OR 3*2<(0+5+177-177) --ubaTaeCJ
-1' OR 3*2>(0+5+177-177) --ubaTaeCJ
-1' OR 2+82-82-1=0+0+0+1 or '6E047QI5'='ubaTaeCJ
-1' OR 3+82-82-1=0+0+0+1 or '6E047QI5'='ubaTaeCJ
-1' OR 3*2<(0+5+82-82) or '6E047QI5'='ubaTaeCJ
-1' OR 3*2>(0+5+82-82) or '6E047QI5'='ubaTaeCJ
-1" OR 2+909-909-1=0+0+0+1 --ubaTaeCJ
-1" OR 3+909-909-1=0+0+0+1 --ubaTaeCJ
-1" OR 3*2<(0+5+909-909) --ubaTaeCJ
-1" OR 3*2>(0+5+909-909) --ubaTaeCJ
if(now()=sysdate(),sleep(15),0)ubaTaeCJ
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'ZubaTaeCJ
0"XOR(if(now()=sysdate(),sleep(15),0))XOR"ZubaTaeCJ
(select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/ubaTaeCJ
-1; waitfor delay '0:0:3' --ubaTaeCJ
-1); waitfor delay '0:0:15' --ubaTaeCJ
1 waitfor delay '0:0:6' --ubaTaeCJ
0DKyBtRs'; waitfor delay '0:0:15' --ubaTaeCJ
-5 OR 251=(SELECT 251 FROM PG_SLEEP(15))--ubaTaeCJ
-5) OR 597=(SELECT 597 FROM PG_SLEEP(15))--ubaTaeCJ
-1)) OR 975=(SELECT 975 FROM PG_SLEEP(15))--ubaTaeCJ
NWvpnRP9' OR 49=(SELECT 49 FROM PG_SLEEP(15))--ubaTaeCJ
usu1YETO') OR 204=(SELECT 204 FROM PG_SLEEP(15))--ubaTaeCJ
H8FXiKXu')) OR 580=(SELECT 580 FROM PG_SLEEP(15))--ubaTaeCJ
*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)ubaTaeCJ
'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'ubaTaeCJ
1'"ubaTaeCJ
@@rhQhRRelated Programs
- Python Addition
- Python Subtraction
- Python Multiplication
- Python Division
- Python Integer Division
- Python Modulus
- Python Exponentiation
- Kilometer to Meter in Python
- Meters to Kilo Meters in Python
- Area of Square in Python
- Area of Rectangle in Python
- Area of Right angled triangle in Python
- Area of triangle in Python
- Circumference of Circle in Python
- Calculate Salary of Employee in Python
- Kilobytes to bytes in Python
- Bytes to kilobytes in Python
- Simple interest in Python
- Fahrenheit to Celsius in Python
- Celsius to Fahrenheit in Python
- Swap two numbers in Python
- Last Digit of integer in Python
- Set a bit in Python | Reset a bit in Python
- Python Xor
- Python Left shift Operator
- Python Right Shift Operator
- Python Bitwise AND
- Python Bitwise OR
- Python Complement Operator
coming Soon
coming Soon