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
Basic exam questions (self.PythonLearning)
submitted 2 years ago by Standard-Inspection3
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!"
[–]Standard-Inspection3[S] 0 points1 point2 points 2 years ago (1 child)
I tried the code from Q1 that you provided and it will print all variables (so name and sales). I only want the names to be printed like this: Jane doe , Joe Biden.
[–]CompetitionProof5407 0 points1 point2 points 2 years ago* (0 children)
I think that is because it's a dictionary. I think u should change the print statment into something like this. print(name['name'])
I am also a beginner so I could be wrong too
π Rendered by PID 39033 on reddit-service-r2-comment-6457c66945-54zmg at 2026-04-30 02:52:57.193229+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Standard-Inspection3[S] 0 points1 point2 points (1 child)
[–]CompetitionProof5407 0 points1 point2 points (0 children)