PEP 484

EcosystemPython N/AIntermediate

Type hints specification: introduced function annotations for static typing

Quick Info

Python Version
N/A
Dependencies
N/A — specification
Install
Visit https://peps.python.org/pep-0484/

Learn by Difficulty

Quick Example

python
# PEP 484
# Type hints specification: introduced function annotations for static typing
#
# Category: Ecosystem
# Related: N/A
print("PEP 484: Type hints specification: introduced function annotations for static typing")

PEP 484 is part of the Python ecosystem. Type hints specification: introduced function annotations for static typing.

Try in Playground

Tags

ecosystemcommunityresource