You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Lab08 V2: Add the ability to "search" for jokes using another endpoint. Create a REPL that allows one to enter a search term and go through jokes one at a time.
2
+
3
+
importrequests
4
+
importtime
5
+
importpprint
6
+
importrandom
7
+
8
+
search_term=input("Enter a word to search jokes for: ")
0 commit comments