ComeçarComece de graça

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.

Este exercício faz parte do curso

Intermediate Python for Finance

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

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

print(f"It is {lehman_first} that Lehman Brothers declared bankruptcy first.") 
Editar e executar o código