What's your excuse for being incompetent?

What's your excuse for being incompetent?

Attached: DrK07JUV4AIsVzN.jpg (1536x2048, 353K)

Other urls found in this thread:

pythontutor.com/iframe-embed.html#code=def binary_search(item_list,item): first = 0 last = len(item_list)-1 found = False while( first<=last and not found): mid = (first + last)//2 if item_list[mid] == item : found = True else: if item < item_list[mid]: last = mid - 1 else: first = mid + 1 return found print(binary_search([1,2,3,5,8], 6)) print(binary_search([1,2,3,5,8], 5))&codeDivHeight=400&codeDivWidth=350&cumulative=false&curInstr=0&heapPrimitives=nevernest&origin=opt-frontend.js&py=3&rawInputLstJSON=[]&textReferences=false
twitter.com/SFWRedditGifs

>being a little girl writing elixir in vim
She's living my dream

>def do
What language does this?

Imagine being that young and already a tool for special interest groups. Good on her for learning how to do that, but fuck me the methods that have been used to bring it about are depressing.

I'm not a little girl using a little girl version of erlang

I'm not an underage girl. People expect me to actually be good at things. That's my excuse.

>being a little girl writing erlang for retards
You're already retarded, user, don't worry

i was born retarded so i got nothing to do with it

I have a daughter with that age, that's my reason

>Noggin
My noggin is not joggin!