Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Sudar (0.2 sec)

  1. docs/pt/docs/python-types.md

    Mas, infelizmente, você não obtém nada útil:
    
    <img src="/img/python-types/image01.png">
    
    ### Adicionar tipos
    
    Vamos modificar uma única linha da versão anterior.
    
    Vamos mudar exatamente esse fragmento, os parâmetros da função, de:
    
    ```Python
        first_name, last_name
    ```
    
    para:
    
    ```Python
        first_name: str, last_name: str
    ```
    
    É isso aí.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 9.6K bytes
    - Viewed (0)
Back to top