Python Oppe Practice Qn 4 (mock 1) | swap python dict key value & More | Oppe 1 revision python

preview_player
Показать описание
Join this channel to get access to perks:

In this lecture we will write python code to swap python dict key value pairs and more functions. We will understand question, develop logic to solve the question, write the code and look at important tips. This also serves as python oppe practice question 1

BIO🧑‍🦱
Hello everyone👋,
I am diploma student of @IITMadrasBSDegreeProgramme . I hope my videos will help you.

Additional Links

Chapters
will be added later!

Hashtags
#iitmadras #pythonprogramming #pythonexercises #exampreparation #devloperhs
Рекомендации по теме
Комментарии
Автор

Feel free to share this video if you found it helpful.

devloper_hs
Автор

def find_loss_percent(b, s):
if b>s:
loss_percent = ((b-s)/b)*100
else:
loss_percent = 0
return loss_percent

ayaanahmad
Автор

Bhaiya I can solve all these questions which you have been discussed in this video. Will I get good marks in OPPE 1 😢

vishnu_kumar_jha
Автор

can we convert the list to a set sort both of them and check if both of their elements are same cant we ?

RamBAnimations
Автор

anangram wale question mei
return sorted(str1) == sorted(str2) == sorted(str3)
aise nhi kr skte kya

coolgamingyt
Автор

bhaiya python mai oppe1 mai bhut darr lag rha hai kaise kru app dta do thoda aur kya kya karu...

KshitijAgarwal-vu
Автор

Brother i need help to prepare for oppe2

VibhavShukla-chpn