Exercises / rag
Quotes must be substrings
ok(source, quote) is True only if quote.lower() is in SOURCES[source].lower(). Print a real quote and a fake one.
Live Pythonpython
Output
Run to execute this in your browser. Nothing is sent to a server.
Exercises / rag
ok(source, quote) is True only if quote.lower() is in SOURCES[source].lower(). Print a real quote and a fake one.
Run to execute this in your browser. Nothing is sent to a server.