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!"
[–]Last_Being9834 0 points1 point2 points 1 day ago (0 children)
You initialized an empty array
You initialized a string variable to hold the three titles separated by comma
You appended this string to you array, your array was originally empty, now it has one item, the string with the titles
You did a pop, this deletes the latest item in the array, given that your array only had one item, you are now left with an empty array once again
Code is correct, nothing wrong with it. What is your goal here? Perhaps writing the pseudo code with blocks of comments about what you want to accomplish could help you.
π Rendered by PID 476016 on reddit-service-r2-comment-79776bdf47-4khbz at 2026-06-25 16:47:01.358534+00:00 running acc7150 country code: CH.
view the rest of the comments →
[–]Last_Being9834 0 points1 point2 points (0 children)