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
- Host: GitHub
- URL: https://github.com/welli7ngton/python-type-annotations
- Owner: welli7ngton
- Created: 2023-08-24T13:05:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T12:49:52.000Z (over 2 years ago)
- Last Synced: 2025-01-19T12:14:24.639Z (about 1 year ago)
- Topics: examples, learning-by-doing, python3, type-annotations
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.