lenght = float(input("please type lenght:\n"))
width = float(input("please type width:\n"))
price = float(input("how mush for 1 meter?\n"))
area = lenght * width
total_price = area * price
print("the total area is:" + str(area))
print("give the guy: $" + str(total_price))
3 إعجابات
بسم الله ماشاء الله عليك …
عمل رائع اسمع ي صديقي
3 إعجابات
شكرا اخي بارك الله فيك
3 إعجابات