The model can write a computer program in a programming language:
```
Write a program in Python that asks the user for a sentence and generates an alphabetical list of the words it contains
```
You can test the program by copying the code to this website [www.online-python.com](https://www.online-python.com)
Check how the code handles repeated words, punctuation marks, and characters with accents. Improve the prompt if necessary.