Skip to content

Conversation

x8bitReignbeaux
Copy link
Contributor

No description provided.

@brucestull brucestull self-requested a review July 21, 2022 03:27
Copy link
Collaborator

@brucestull brucestull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lab 08: Dad Joke API

Completed

Comments:

  • Great use of functions.
  • Great use of user prompts and statuses of the program.
  • Great job adding jokes to a Python list. One goal of the lab is to take the json response and put it in Python dictionary form for further processing.

@@ -0,0 +1,37 @@
import requests

def get_joke(search_parameter):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Great use of function for getting the json data object and creating a python list of jokes.

@brucestull brucestull merged commit 2930e6b into main Jul 21, 2022
@brucestull brucestull deleted the zach-lab08-dad-joke-api branch July 21, 2022 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants