Modify your code with the following questions:
1. Change all values in both occurrences of noun, adjective, and adverb to something different.
2.Create a new variable called proper_noun and initialise it as London.
3. Replace the word school with {proper_noun} in both print statements.
4. Make a change to your code that will ensure that the second print statement displays a different proper noun.
5.Add a completely new silly sentence to the bottom of the code. You can use the same variables but think of a different sentence to write.