MCPcopy Index your code
hub / github.com/geekcomputers/Python / share_headlines

Function share_headlines

alexa_news_headlines.py:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41@ask.intent("YesIntent")
42def share_headlines():
43 headlines = get_headlines()
44 headline_msg = "The current world news headlines are {}".format(headlines)
45 return statement(headline_msg)
46
47
48@ask.intent("NooIntent")

Callers

nothing calls this directly

Calls 1

get_headlinesFunction · 0.85

Tested by

no test coverage detected