Recent posts

daily log 11.20.20

less than 1 minute read

Why didn’t this lookup work?? ```python def get_selected(phone): # print(phone) print(type(phone)) try: return phone_to_email[phone] # return fr...