Python · The Data Model: Identity & Mutability
Predict the output: ``` number1 = 1987.0 number2 = 1987 print(number1 == number2) print(type(number1) == type(number2)) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
