Getting syntax error for the below code: ```python def test(name: str): # error here print(name) ```
Getting syntax error for the below code: