The query parameter q is of type Optional[str] , that means that it's of type str but could also be None , and indeed, the default value is None ...
確定! 回上一頁