• 119 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle






  • Sjmarf@sh.itjust.worksOPtoProgrammer Humor@programming.devSus
    link
    fedilink
    arrow-up
    94
    ·
    edit-2
    3 days ago

    not() is a base function that negates what’s inside (turning True to False and vice versa) giving it no parameter returns “True” (because no parameter counts as False)

    Actually, not is an operator. It makes more sense if you write not() as not () - the () is an empty tuple. An empty tuple is falsy in Python, so not () evaluates to True.


























  • It says “doesn’t use the internet”, not “can’t use the internet”. Whilst the internet has become more accessible over time through the use of screen readers etc, accessibility is unfortunately not considered a priority for many apps and websites. It’s trickier to navigate the web as a blind person because websites are primarily designed to be looked at, not heard. It’s not unreasonable that she might just not want to use it, even though she could learn to.