- Sort Score
- Result 10 results
- Languages All
Results 31 - 39 of 39 for lastName (0.03 sec)
-
docs/uk/docs/python-types.md
```Python first_name, last_name ``` на: ```Python first_name: str, last_name: str ``` Ось і все. Це "type hints": {* ../../docs_src/python_types/tutorial002.py hl[1] *} Це не те саме, що оголошення значень за замовчуванням, як це було б з: ```Python first_name="john", last_name="doe" ``` Це зовсім інше.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 19.4K bytes - Viewed (0) -
docs/pt/docs/python-types.md
```Python first_name, last_name ``` para: ```Python first_name: str, last_name: str ``` É isso aí. Esses são os "type hints": {* ../../docs_src/python_types/tutorial002.py hl[1] *} Isso não é o mesmo que declarar valores padrão como seria com: ```Python first_name="john", last_name="doe" ``` É uma coisa diferente.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 10:32:53 UTC 2024 - 17.8K bytes - Viewed (0) -
docs/ko/docs/python-types.md
이전 버전에서 한 줄만 수정해봅시다. 저희는 이 함수의 매개변수 부분: ```Python first_name, last_name ``` 을 아래와 같이 바꿀 겁니다: ```Python first_name: str, last_name: str ``` 이게 다입니다. 이게 "타입 힌트"입니다: {* ../../docs_src/python_types/tutorial002.py hl[1] *} 타입힌트는 다음과 같이 기본 값을 선언하는 것과는 다릅니다: ```Python first_name="john", last_name="doe" ``` 이는 다른 것입니다. 등호(`=`) 대신 콜론(`:`)을 쓰고 있습니다.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.2K bytes - Viewed (0) -
docs/em/docs/python-types.md
👥 🔜 🔀 ⚫️❔ 👉 🧬, 🔢 🔢, ⚪️➡️: ```Python first_name, last_name ``` : ```Python first_name: str, last_name: str ``` 👈 ⚫️. 👈 "🆎 🔑": ```Python hl_lines="1" {!../../docs_src/python_types/tutorial002.py!} ``` 👈 🚫 🎏 📣 🔢 💲 💖 🔜 ⏮️: ```Python first_name="john", last_name="doe" ``` ⚫️ 🎏 👜. 👥 ⚙️ ❤ (`:`), 🚫 🌓 (`=`).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.4K bytes - Viewed (0) -
docs/en/docs/python-types.md
```Python first_name, last_name ``` to: ```Python first_name: str, last_name: str ``` That's it. Those are the "type hints": {* ../../docs_src/python_types/tutorial002.py hl[1] *} That is not the same as declaring default values like would be with: ```Python first_name="john", last_name="doe" ``` It's a different thing.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 17.1K bytes - Viewed (0) -
docs/ja/docs/python-types.md
先ほどのコードから一行変更してみましょう。 以下の関数のパラメータ部分を: ```Python first_name, last_name ``` 以下へ変更します: ```Python first_name: str, last_name: str ``` これだけです。 それが「型ヒント」です: {* ../../docs_src/python_types/tutorial002.py hl[1] *} これは、以下のようにデフォルト値を宣言するのと同じではありません: ```Python first_name="john", last_name="doe" ``` それとは別物です。 イコール(`=`)ではなく、コロン(`:`)を使用します。
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 11.6K bytes - Viewed (0) -
docs/vi/docs/python-types.md
```Python first_name, last_name ``` sang: ```Python first_name: str, last_name: str ``` Chính là nó. Những thứ đó là "type hints": {* ../../docs_src/python_types/tutorial002.py hl[1] *} Đó không giống như khai báo những giá trị mặc định giống như: ```Python first_name="john", last_name="doe" ``` Nó là một thứ khác.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 21.5K bytes - Viewed (0) -
docs/bn/docs/python-types.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 35.6K bytes - Viewed (0) -
docs/nl/docs/python-types.md
```Python first_name, last_name ``` naar: ```Python first_name: str, last_name: str ``` Dat is alles. Dat zijn de "type hints": {* ../../docs_src/python_types/tutorial002.py hl[1] *} Dit is niet hetzelfde als het declareren van standaardwaarden zoals bij: ```Python first_name="john", last_name="doe" ``` Het is iets anders.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 18.1K bytes - Viewed (0)