The autocomplete is also a philosophical zombie. I gave #GithubCopilot a vague function name
`def conversation_starters()` and it gave me an array of "I don't understand" and the like.
I updated it to
`def coversation_starters_about_movies()` and it gave me
```
copilot_says =[
"I like movies.",
"I like movies too.",
```