Python program to create bmi calculator #shorts #coding #programming

preview_player
Показать описание


If you found this video useful please give it a thumbs up and subscribe to my channel! and If you have any questions regarding this video, please ask them in the comment section. thanks for watching! :)

Follow Us:

#shorts #coding #programming

DISCLOSURE: This video and description might contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support! [Intro Song Credit]
Valence - Infinite [NCS Release]
Рекомендации по теме
Комментарии
Автор

Aw this used to be one of my first project when I was learning Py

themrunknown
Автор

Nice!
Which screen recorder do you use

nowyouknow
Автор

One line solution 😎:
the height in cm: ")), weight:=float(input("Enter the weight in kg: ")), BMI:= weight/(height/100)**2, ''][-1], "You are underweight." if BMI <= 18.5 else "Awesome! You are healthy." if BMI <= 24.9 else "You are obese.", sep='')

ammv-yhcu
Автор

Use match/case construction in python 3.10 instead of if

smartboxe
Автор

Bro make the video how to create free website

samvedgupta
Автор

Next video how to hack NASA in 3 lines of code xD jokes apart nice video

soreanustefanalexandru
Автор

how did u get rid of this awful file path which occurs always on top when I run my vsc program in terminal? im on macos btw

krzysiekstawarz