Identify the date and location of the speech in your string.

Randomly select one of the “35 Greatest Speeches in History” (https://www.artofmanliness.com/character/knowledge-of-men/the-35-greatest-speeches-in-history/) using the following snippet of Python code import random print(random.randint(1,36)) Next, copy-and-paste the entire section from the website (including the title) and use it as your text string for the following regular expression exercises. Turn in your regular expression Python code solutions in a […]