Coding Example

Hello world.

def greeting(name: str) -> str:
  return f"Hello {name}!"