Session 3, #1: Stamping Earthquakes
Last session, we used the stamp() command to mark locations on a map. Let's modify that program to map the location of some famous large earthquakes:
- 1906 San Francisco Quake: 37.7N, 122.5W
- 1975 Haicheng earthquake in China: 40.85158N, 122.74754E
- 2010 Haiti earthquake: 18.457N, 72.533W.
(Click on the pencil icon 🖉 to see the Python program, and click on the ► to run the program)