Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for item_price (0.08 seconds)

  1. docs_src/python_types/tutorial008_py39.py

    def process_items(prices: dict[str, float]):
        for item_name, item_price in prices.items():
            print(item_name)
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sun Jan 16 14:44:08 GMT 2022
    - 145 bytes
    - Click Count (0)
Back to Top