{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "d227780a-7a80-40ef-9566-343c98ff3076",
   "metadata": {},
   "source": [
    "# Wochenaufgabe 3 - Schleifen und Statistiken"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": 1,
   "id": "63a842f3-ccd4-47b1-a677-73db95124b5e",
   "metadata": {},
   "outputs": [],
   "source": [
    "tupelliste = [\n",
    " (\"PDF Reader\", 1, 26.00, \"Utilities\", \"Download\", 2.08),\n",
    " (\"Kalkulation\", 5, 82.95, \"Office\", \"CD-Versand\", 23.04),\n",
    " (\"Windows 4711\", 2, 112.00, \"Betriebssysteme\", \"Download\", 6.74),\n",
    " (\"Windows 0815\", 10, 87.00, \"Betriebssysteme\", \"Download\", 26.1),\n",
    " (\"Writer\", 1, 58.45, \"Office\", \"CD-Versand\", 5.22)\n",
    "]"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "id": "6cb236e6-de37-4e2a-a3df-7404b4a87801",
   "metadata": {},
   "outputs": [],
   "source": []
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3 (ipykernel)",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.11.4"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}
