random code snippets

def diff_yyyymmdd(dt1: str, dt2: str) -> int:

type annotations

json
from typing import Dict, Any

Dict[str, Any]