30
loading...
This website collects cookies to deliver better user experience
Any
.def print_name(name):
print(name)
planet: str = "earth"
name
argument type hint will be Any
since the type hint is missing while the type hint for the planet
variable is a string.git clone [email protected]:kracekumar/python-typing-koans.git
poetry install
. It requires Python 3.9.4poetry run python cli.py list
poetry run python cli.py one koans/py/100-easy-variable-wrong-type.py
easy, medium, and hard.
views, models, model methods, queryset methods like filter, all, annotate, aggregate, Q object
etc..DRF serializers and DRF Views
.