length = 16.7
width = 12.5
Perimeter= 2 * length + 2 * width
Are = length * width
print 'length = ', length, ' Width = ', width
print "Area = ", Area
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
注意别手贱,看看你写的是什么
Are = length * width.....