Hi Everyone, I am Keanen,
Time zone UTC +2
Currently focusing on Business Intelligence Data Analyst @ 35%.
Based in South Africa.
I would appreciate a review.
Thank you in advance.
Hi Everyone, I am Keanen,
Time zone UTC +2
Currently focusing on Business Intelligence Data Analyst @ 35%.
Based in South Africa.
I would appreciate a review.
Thank you in advance.
Hi @keanenswartz!
I am Mario:
Living in San Diego, California USA. Time Zone PST (GMT-8)
I am working on Data Scientist : Analytics Career Path and am at 27%
A few things I noticed when inputting your code into Jupyter Notebook:
1.) The first and last line did not have the # which did not allow the code to run.
2.)Differentiating the combined list as maybe “Paintings_created” might help with identifying the new variable/list.
3.) An alternate way to append the additional paintings/dates:
<painting_additions = [(“The Broken Column”, 1944), (“The Wounded Deer”, 1946), (“Me and My Doll”, 1937)]
paintings.extend(painting_additions)
print(paintings)>
There was some minor typos in the comments you provided but nothing that provided mis-direction.
Everything else looked and worked great! Good Job!
Best regards,
Mario