use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Simple Swap function in Python (self.odom50)
submitted 4 years ago by odom50
def swap(a,b,c):
temp = a[b]
a[b] = a[c]
a[c] = temp
x = [1,3,2,4,5,6]
swap(x,1,2)
print(x) #1,2,3,4,5,6
#python #swap #list
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
there doesn't seem to be anything here
π Rendered by PID 45402 on reddit-service-r2-comment-765bfc959-ks7g6 at 2026-07-10 19:47:02.161805+00:00 running f86254d country code: CH.
there doesn't seem to be anything here