Put in type hints when initializing int, float, and str variables. For example, generate: i: int = 0 f: float = 1.5 s: str = 'abc'