I've been doing python for almost a week now and i've gotten stuck. Here's what I have to do:
PHP Code:
Set bool_three equal to the result of 100**0.5 >= 50 or False
But it keeps saying the bool_three value is wrong:
PHP Code:
bool_one = 8 == 8 or 'Cleese' == 'King Arthur'
bool_two = True or False
bool_three = 60 >= 50 or 2 > 5
bool_four = 5 == 5 or 5 > 2
bool_five = 100 == 100 or 9 != 6