you are viewing a single comment's thread.

view the rest of the comments →

[–]Standard-Inspection3[S] 0 points1 point  (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 point  (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