How do I pass one funtion through another.e.g i have a funnction that calculate area and then create another func that calculate tiles?

后端 未结 0 565
無奈伤痛
無奈伤痛 2020-12-24 12:03

def calculateArea(length,width): area=length*width return area Write a function with the name “checkTilesFit” which takes in four inputs (plot_width, plot_length, tile_width

相关标签:
回答
  • 消灭零回复
提交回复
热议问题