write a program to find perimeter of a rectangle Get link Facebook X Pinterest Email Other Apps March 28, 2022 write a program to find perimeter of a rectangle a=int(input()) b=int(input()) print(2*(a+b)) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment