python-basics-exercises
python-basics-exercises copied to clipboard
Python Basics: A Practical Introduction to Python 3
I notice you doing the same thing repeatedly for nouns, verbs, and adjectives. Would a for loop work here to loop through a range (3) for items in noun, verb,...
I found the solutions proposed a bit difficult to read. I think this one is just a direct translation of the instructions and will be easier for everyone to understand.
Just a proposition to use loops to create the form. I think it applies quite well in this case and makes the code easier to follow for everyone!
code is updated as per the latest version and some changes
the code is simpler to understand
the state is not displayed and should not use of .lower in the input entry
type made in "exercises"