Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for name (0.18 sec)

  1. docs/hu/docs/index.md

    Eddig csak a felszínt kapargattuk, de a lényeg hogy most már könnyebben érthető hogyan működik.
    
    Próbáld kicserélni a következő sorban:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...ezt:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...erre:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 20.2K bytes
    - Viewed (0)
  2. docs/es/docs/index.md

    ---
    
    Hasta ahora, escasamente vimos lo básico pero ya tienes una idea de cómo funciona.
    
    Intenta cambiando la línea a:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...de:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...a:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 19K bytes
    - Viewed (0)
  3. docs/bn/docs/index.md

    নিম্নোক্ত লাইন গুলো পরিবর্তন করার চেষ্টা করুন:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...পুর্বে:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...পরবর্তীতে:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 30.2K bytes
    - Viewed (0)
  4. docs/uk/docs/index.md

    ---
    
    Ми лише трішки доторкнулися до коду, але Ви вже маєте уявлення про те, як все працює.
    
    Спробуйте змінити рядок:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...із:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...на:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 24.2K bytes
    - Viewed (0)
  5. docs/tr/docs/index.md

    ---
    
    Daha yeni başladık ama çalışma mantığını çoktan anlamış oldunuz.
    
    Şimdi aşağıdaki satırı değiştirmeyi deneyin:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...bundan:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...buna:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 22K bytes
    - Viewed (0)
  6. docs/fr/docs/index.md

    Essayez de changer la ligne contenant :
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ... de :
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ... vers :
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 22.1K bytes
    - Viewed (0)
  7. docs/em/docs/index.md

    * 🚚 2️⃣ 🎓 🧾 🕸 🔢 🔗.
    
    ---
    
    👥 🖌 🧽, ✋️ 👆 ⏪ 🤚 💭 ❔ ⚫️ 🌐 👷.
    
    🔄 🔀 ⏸ ⏮️:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...⚪️➡️:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...& 👀 ❔ 👆 👨‍🎨 🔜 🚘-🏁 🔢 & 💭 👫 🆎:
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 17.1K bytes
    - Viewed (0)
  8. docs/it/docs/index.md

    Questa è solo la punta dell'iceberg, ma dovresti avere già un'idea di come il tutto funzioni.
    
    Prova a cambiare questa riga di codice:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...da:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...a:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  9. docs/ru/docs/index.md

    ---
    
    Мы только немного копнули поверхность, но вы уже поняли, как все это работает.
    
    Попробуйте изменить строку с помощью:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...из:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...в:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 25.8K bytes
    - Viewed (0)
  10. docs/pl/docs/index.md

    ---
    
    To dopiero początek, ale już masz mniej-więcej pojęcie jak to wszystko działa.
    
    Spróbuj zmienić linijkę:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...z:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...na:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    Plain Text
    - Registered: Sun Apr 21 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 19.4K bytes
    - Viewed (0)
Back to top