# syntax return bool if( condition ) else bool # example return True if 5 == 5 else False
return True if count == 26 else False