Hindi, asked by kk6005919, 4 days ago

1. Write a python program to test whether a number is even or odd? 2. Write a python program to find area and perimeter of a rectangle.



Hlo reeti are you there tell me batao please mujhe answer fast in this question ok ​

Answers

Answered by shaivyaagarwal6
1

Answer:

# Python Program to find Area of a Rectangle

width = float(input('Please Enter the Width of a Rectangle: '))

height = float(input('Please Enter the Height of a Rectangle: '))

# calculate the area

Area = width * height

# calculate the Perimeter

Perimeter = 2 * (width + height)

print("\n Area of a Rectangle is: %.2f" %Area)

print(" Perimeter of Rectangle is: %.2f" %Perimeter)

Answered by parmarkirit960
2

Answer:

koi to mark as bariliyant karo..

Similar questions