https://dabeaz-course.github.io/practical-python/Notes/01_Introduction/02_Hello_world#types Reads: ```python height = 442 # An integer height = 442 # Floating point ``` That second value should probably be `442.`.