Write A Python Program To Obtain Length And Breadth Of A Rectangle And Calculate Its Area
Hello Programmers, Welcome to my channel.
In this video you will learn about how to Write A Python Program To Obtain Length And Breadth Of A Rectangle And Calculate Its Area
Code
=============================
l = float(input("Enter Length of Rectangle : "))
b = float(input("Enter Breadth of Rectangle : "))
area = l * b
print("Area of Rectangle is : %.2f" %area)
Keywords
=============================
#python #python3 #python_assignment #pythonprogramming #pythontutorial #pythonprojects #pythoncourse #pythonbaba #pythonforbeginners #pythonautomation #pythonbasic #pythonbeginners
Видео Write A Python Program To Obtain Length And Breadth Of A Rectangle And Calculate Its Area автора Молодежный Python-клан
Видео Write A Python Program To Obtain Length And Breadth Of A Rectangle And Calculate Its Area автора Молодежный Python-клан
Информация
2 декабря 2023 г. 17:34:53
00:03:51
Похожие видео