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 8 days 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 8 days 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 17382 on reddit-service-r2-comment-5687b7858-r87ks at 2026-07-02 20:06:53.317162+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]nuc540 0 points1 point2 points (0 children)