Python : Conditionals

preview_player
Показать описание
This video is devoted to IF, IF-ELSE, and ELIF statements. If you are not familiar with them, this will cover all those concepts for you.
Рекомендации по теме
Комментарии
Автор

perfect breakdown, thank you. will continue to watch your videos on my python learning journey

ben_reaper
Автор

Ok but I love the sound from the keyboard

kdramaskimchi
Автор

im new to this course. im doing this in google cousera and it is hard to understand it. so im just watching as many videos to help me. the lab activities i just dont understand. i wish i had a classmate to help me but no one never response to my messages so

phillyndabuildin
Автор

Write a python loop to iterate through a list of animal species and calculate the average body mass for each species. The list is provided in the following format:
[ {'species': 'Gorilla gorilla', 'body mass (kg)': 200}, {'species': 'Pan troglodytes', 'body mass (kg)': 80}, {'species': 'Panthera leo', 'body mass (kg)': 250}, {'species':
'Panthera tigris', 'body mass (kg)': 140}, {'species': 'Loxodonta africana', 'body mass (kg)': 1200} ] this is my problem

benjaminprospershaba
Автор

very helpful. i however have a problem on how i can find average in python using loop. Would you please help

benjaminprospershaba