### Description Modularize the code into various functions which do one specific thing ### Checklist * [ ] Change project structure if it leads to better code * [ ] Separate function for displaying the questions * [ ] Separate function to choose a random question * [ ] and more classes and functions if possible