1 2 3 4 5 6
import os from typing import List, Optional def greet(name: str) -> str: return f"hi {name}"