List Comprehensions | Python | Basic Data Types | HackerRank

preview_player
Показать описание
For 1 : 1 Tutoring
WhatsApp contact : 7278222619

Follow us on:
Whatsapp:
Telegram:

Facebook:

Linkedin:

Instagram:
Рекомендации по теме
Комментарии
Автор

I was looking for an explanation for this problem and you did it perfectly. Really Thank you for the explanation.

jaspinho
Автор

Thanks sir very helpful video .I am a begginer this video helped me a lot to understand list comprehension.

sudarsanan
Автор

ur explanation is awesome sir thank you

janushaik
Автор

explained very well, awesome thank you, do more videos.

zaveriakhulsoom
Автор

Good Job Brother, but why you don't use append in List Comprehensions?

anujgupta
Автор

This is very well explained, though the only thing I don’t get is why when you create the ranges you add 1 to the variable, e.g. range(x + 1)

fersalamanca
Автор

Cool explanation Bro ..Thanks and keep sharing

jaganchowhaan
Автор

y u didnt use append in list comprehension?

ragnarlodhbrok
Автор

Why cant i get the output when i do the same code in my normal ide ? Explanations anyone?

harikrishnas
Автор

why this is wrong?
new_list = [ [ i, j, k ] for (i, j , k) in range (x+1, y+1, z+1) if (i + j + k ! = n)]

nepalrameshwor
Автор

LIST COMPREHENSION
not multiple for loops

nikhilsahijwani