Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit c81a971

Browse files
authored
Update 2_area_dim.py
1 parent fbea64b commit c81a971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

set1/2_area_dim.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
length=6+(6*0.15);
22
breadth=8+(8*0.15);
33
height=10+(10*0.15);
4-
area=2*length*breadth+2*length*height+2*height*breadth;
5-
print(area);
4+
area=length*breadth;
5+
print(area);

0 commit comments

Comments
 (0)