An open API service indexing awesome lists of open source software.

https://github.com/welli7ngton/python-type-annotations

python type annotations
https://github.com/welli7ngton/python-type-annotations

examples learning-by-doing python3 type-annotations

Last synced: about 2 months ago
JSON representation

python type annotations

Awesome Lists containing this project

README

          

# Python-type-annotations
Exemplos de Type Annotation em Python

Bem-vindo ao repositório Python-type-annotations! Este repositório contém um arquivo de demonstração que ilustra o uso de type annotation em código Python. As type annotations ajudam a especificar explicitamente os tipos de dados e melhoram a legibilidade do código.

# Arquivo de Demonstração
O arquivo main.py neste repositório apresenta vários exemplos simples de como usar type annotations em Python. Cada exemplo demonstra o uso de type annotations para variáveis, parâmetros de função e valores de retorno.