Python Programming Tutorial : Session 5 - Mastering Python - Python Tutorial for Beginners

preview_player
Показать описание
Video Topic - Python Programming Tutorial : Session 5

Faculty - Prof. Sameer Velankar

Watch the Video Lecture on the Topic Python Programming Tutorial : Session 5 by Professor Sameer Velankar. Watch more Video Lectures on Engineering Academics with Ekeeda.

Welcome to Ekeeda Academic Subscription, your one-stop solution for Engineering Academic preparation.
We will cover the entire syllabus, strategy, updates, and notifications which will help you to crack the Engineering Academic exams.

👉 Download Ekeeda Application & 1000 StudyCoins. Redeem StudyCoins to Subscribe a Course or Free Trial of Package.

✤ Download the Ekeeda - Learning App for Engineering Courses App here:

✤ For More Such Classes Get Subscription Advantage:

Happy Learning.
Рекомендации по теме
Комментарии
Автор

Hello sir, i would like to know if this code is correct :
a=[10, 55, 20, 30, 68, 7, 77, 19]
new_list=[]
for x in a :
if x >50:
i=x+1
new_list.append(i)
# print(new_list)

else:
i=x-1
new_list.append(i)
print(new_list)

xperience
Автор

please send that notebook link such that it is usefull for us

nanisivaramakrishna