Stochastic Parrots: Frequently Unasked Questions

https://medium.com/@emilymenonbender/stochastic-parrots-frequently-unasked-questions-49c2e7d22d11

5 points · 5 comments · view on lemmy.world

5 Comments

Krusty@quokk.au · 4 pts · 105d (4 replies)

My favorite asked question re this:

Can anyone here prove they're not a stochastic parrot?

sukhmel@programming.dev · 2 pts · 105d (3 replies)

As a generic human person, I am not capable to answer your question in a satisfying manner. Want me to search for cat pictures instead?

Krusty@quokk.au · 2 pts · 105d (2 replies)

Cat pictures sound amazing. But first I need to reverse a list in Python. Any suggestions?

mcmodknower@programming.dev · 2 pts · 105d

Surely! Python lists have a native reverse() method (source), so you should use it. Here is an example of how to use the reverse() method:

>>> mylist = [12, 34, 56]
>>> mylist.reverse()
>>> mylist
[65, 43, 21]

Do you want to know more about reversing a list in python? I could show you more examples or how to implement the reversion yourself.

Since you also want cat pictures, here is one:

sukhmel@programming.dev · 1 pts · 105d

Just slap a sticker that reads ‘start here’ at its end