Learn Python Programming - 17 - Boolean Algebra Jiu-Jitsu

preview_player
Показать описание
Let's talk about the most important thing in programming... BOOOOOOOLEAN ALGEBRA. Hmm... Is that a True statement OR False? Watch the video AND find out... Or NOT.... Up to you. ...
...
★☆★ FREE Lesson 1: The Most Important Thing For a Successful Programmer★☆★

Enroll for coding exercises, projects, tutorials, and courses...
Clever Programmer
Snapchat ► Rafeh1
Рекомендации по теме
Комментарии
Автор

The higher the lesson the lower the views. Guessing that people gave up.

SauceMan
Автор

i thought lets give python a try with qazi and what do you know i wanna learn it so bad now i didn't even realize im on my 17 lecture on my 2nd day.... dammn you qazi you are making me a programmer

ashiqulhassan
Автор

Hours = __

Wage = 10
if Hours <= 40:
print (Hours*Wage)
else:
print ((Hours*10) +(Hours-40)*5)

blzfrost
Автор

The T-shirt I'ts great, you should print it in different colors :)

waleadbadri
Автор

I always forget to like(even though I like them) your videos so I am literally going to go
your videos are sooo awesome and helpful

rutendomusuka
Автор

I'm studying for my Wyzant Test so I decided to go through this playlist. Half way there!

stellarestuary
Автор

your working hours'))
payrate=50
overtime=(working_hours-40)
rate = overtime*60
salary = ((payrate*40)+(rate))

if working_hours>40:
print('Pay him - ', salary)
else:
print('He is not eligible for overtime!')

shadabomer
Автор

if False:
print("Success")
else:
print("Failure")

Result: Failure

if True:
print("Success")
else:
print("Failure")


Result: Success


Hows it Working? What if I want to print Success on False? or Failure on True

nagendra.chauhan
Автор

IMO there's something about the text font that seems off to me. Otherwise I do like it :)

javinp
Автор

Where is the link to buy T-shirt, I dont see any!?

harshavardhan-sylo
Автор

Great teacher. Put more Python 3 videos. I am interested

rajansomanathan
Автор

the T-shirt is epic i love the design soo much

hagermahmoud
Автор

marks=[90, 80, 100]
>>> marks={'HRIDYANSH':[90, 80, 100]}
>>> marks['HRIDYANSH']
[90, 80, 100]
>>> marks['HRIDYANSH'][1]
80
>>> marks['HRIDYANSH'][0]
90
>>> marks['HRIDYANSH'][2]
100
>>>
270
>>>
>>>
>>>
>>> if TOTAL_MARKS>=300:
print("PASS")

hhinfosystemspvt.ltd.
Автор

i want to know how to duplicate your last sentence fastlyis there any function?

jincheolpark
Автор

Can we else operator also
if John_worked_hours >42:
Print('high pay')
else
print('less pay')

sainathreddyvarikuti
Автор

i realy like the way you teach aldo your short is great

abdoulayebalde
Автор

i can't download subtitle indonesia in savefrom.net /please fix it.

subhanassiddik
Автор

please anyone send the link for thr execises to practice for python (clever programmer)

firozwaseem
Автор

>>> if TOTAL_MARKS>=300:
print("PASS")
else:
print('FAIL')

hhinfosystemspvt.ltd.
Автор

can you explain how to read based on Demorgans law?

g.m