Comparing datetimes
Imagine that you are trying to understand the events that made up the turbulent subprime crisis of 2008. You have a datetimes for some important dates. These include Lehman Brothers declaring bankruptcy, the passage of the TARP bill, and the movement of Goldman Sachs and Morgan Stanley out of investment banking.
Cet exercice fait partie du cours
Intermediate Python for Finance
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Lehman Brothers before Morgan Stanley?
lehman_first = lehman ____ morgan_stanley
print(f"It is {lehman_first} that Lehman Brothers declared bankruptcy first.")