Python Tutorial in Urdu | Hindi | Logical Operators in Python | Logical Operations in Python

preview_player
Показать описание
In this video you will learn about Python Tutorial in Urdu | Hindi | Logical Operators in Python | Logical Operations in Python.

Free Python 3 Complete Course in Urdu | Hindi in 2019 - Let's Start Learning and Become Python Programmer.
Course Includes all of core concepts to start Programming in Python.
Basic to Advance Level Course with different types of examples / Real World Projects i.e Automation Scripting, Web Development and Machine Learning.
Never Forget to Subscribe My Chanel and pressing Bell Icon for latest updates.
Thanks a lot.

Please Subscribe our Channel for more IT Tutorials.

Our Facebook Page Link :
Twitter Link:
Dailymotion Link:
#PythonCompleteCourse2019
#LogicalOperatorsinPython
#LogicalOperationsinPython
Рекомендации по теме
Комментарии
Автор

We can also write if user_name == password

rayyanahmed
Автор

Bro statement is working with percentage and first city.If we enter percent >70 and city isb it works fine but if we enter percent below 70 like 50 and city Lahore it results
percentage =int(input("Enter percentage "))
city= input("Enter city")
if percentage > 70 and city == "isb" or city == "lahore" :
print(f"Congratulations you are selected for this job in city {city} with percentage {percentage}")
else:
print("You are not qualified for this job")

bitcointech
Автор

Sir, i could not understand if not statement.
can you please elaborate with some other example. May be using some mathematical problem.
thanks and warm regards.

umar
Автор

Sir Can u please help
if percentage > 75 and (city == "mlt" or city == "khi"):
print("Your are Selected for Jobs Congratulations")
else:
print("You are not selected")
if i give 90 percentage and mlt or khi

it always give me that you are not selected

aliusama
Автор

Problem Solving Logic ko kaise improve kiya jaye?

moonrajput