# 2. Validate input: if the user enters an empty item name, 'continue'. # 3. When checking out, show basket size and whether it's an even or odd # number using the modulo operator (%). # Notes # - Use ...