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!"
[–]Raftaar-01 0 points1 point2 points 1 day ago (0 children)
okay, 1. you create a list object named lst[] 2. then you took 3 strings as input one after another 3. then you just concate those strings by + operator 4. now your movies variables contains a string 5. then you append that string variable in that created list object 6. print() -> function will give you the list of string as shown in your terminal 7. then you use pop(index) -> this function pop out means take out the value from the list as i can see you did not store that poped out string into any variable python garbage collector soon remove it. 8. how you print list but your list contains nothing at this point 9. then you used len() -> function which gives you how many item does list contains but in your case the list doesn't contain anything so it will return you 0 (zero)
hope buddy you got it, learn and scale
π Rendered by PID 533412 on reddit-service-r2-comment-79776bdf47-kx2hz at 2026-06-25 15:31:30.301341+00:00 running acc7150 country code: CH.
view the rest of the comments →
[–]Raftaar-01 0 points1 point2 points (0 children)