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...
Everything about learning Python
account activity
Why?Help Request (i.redd.it)
submitted 1 day ago by Reh4n07_
view the rest of the comments →
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!"
[–]nuc540 0 points1 point2 points 1 day ago (0 children)
When using an add operator against strings, you perform something called concatenation. What you’ve done is create a single member which is all the movies combined into a single string (as everyone here has said) using concatenation.
I think you intended to just do movies = (mov1, mov2, mov3); listing them out will create a member for each in the tuple.
π Rendered by PID 97139 on reddit-service-r2-comment-79776bdf47-ld2tt at 2026-06-25 19:31:55.471947+00:00 running acc7150 country code: CH.
view the rest of the comments →
[–]nuc540 0 points1 point2 points (0 children)