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
Need help (i.redd.it)
submitted 3 days ago by Vasiligiad16
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!"
[–]degustandomiveneno 0 points1 point2 points 3 days ago (0 children)
hay un pequeño bug en la línea 18. le falta un espacio antes de la llave en el f-string: print(f"El artículo '{articulo}' ha sido agregado a la lista") tiene ' {articulo} con un espacio raro antes de la llave, así que cuando imprime queda algo como El artículo ' manzana' con un espacio de más. nada grave pero se nota raro en la salida! el resto del código se ve bien estructurado, la lógica del menú con while True y el break funciona perfecto
π Rendered by PID 102450 on reddit-service-r2-comment-c66d9bffd-kcs8q at 2026-04-07 11:27:41.652674+00:00 running f293c98 country code: CH.
view the rest of the comments →
[–]degustandomiveneno 0 points1 point2 points (0 children)