We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c7c91 commit f2adae5Copy full SHA for f2adae5
Tile.py
@@ -0,0 +1,4 @@
1
+def floor(width, height, cost):
2
+ #cost is per square inch
3
+ area=width*height
4
+ return cost*area
0 commit comments