Thursday, September 15, 2022

GPT3

I asked gpt3 to write a function to transpose a matrix. Indeed a neat solution with a typo. def transpose(matrix): return [list(I) for i in zip(*matrix)]

No comments:

Be human

The biggest mistake repeated throughout history has always been people in power thinking they have the right to harm the innocent for what t...