Light Mode
Dark Mode
Boolean statement

Hello everyone,

successfully completed the mission but was curious about something.

I was trying to do this

if i.isupper():
     result += i

but had to do it this way,

if i.isupper() == True:

Shouldn't the former way have worked?

Created: Oct. 26, 2015, 4:23 p.m.
Updated: Oct. 27, 2015, 9:02 p.m.
0
9
User avatar
shaunanderson5