python_annotations
random code snippets
def diff_yyyymmdd(dt1: str, dt2: str) -> int:
type annotations
json | from typing import Dict, Any Dict[str, Any] |
|
python_annotations.txt · Last modified: 2023/02/15 22:21 by raju
def diff_yyyymmdd(dt1: str, dt2: str) -> int:
json | from typing import Dict, Any Dict[str, Any] |
|