LoslegenKostenlos loslegen

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.

Diese Übung ist Teil des Kurses

Intermediate Python for Finance

Kurs anzeigen

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Lehman Brothers before Morgan Stanley?
lehman_first = lehman ____ morgan_stanley

print(f"It is {lehman_first} that Lehman Brothers declared bankruptcy first.") 
Code bearbeiten und ausführen