Python Code for an English Grammar Game

1 year ago

In this tutorial you get to learn how I made a Python program that helps users to practice their English grammar.
The program picks any random sentence from a list of sentences, it then shuffles the words and displays them.
You are then supposed to figure out the correct arrangement of these words in order to type the right grammar for that sentence.

Topics to learn:
1. Using Lists in Python
2. Using the OS, Time and Random functions
3. Defining Functions in Python
4. Manipulating Lists and String values
5. Conditional Statements in Python
6. Embedding English Grammar into Computer Programming

Loading comments...