L=int(input("enter length")) W=int(input("enter width")) P=2*(L+W) print("The Peritmeter is:",P)