3. Vorlesung

This commit is contained in:
2024-11-01 13:40:56 +01:00
parent 13b7ae6a6e
commit 5258c080bb
20 changed files with 28984 additions and 716 deletions

View File

@@ -75,7 +75,7 @@
"In Python sehe selbiger Code wie folgt aus:\n",
"\n",
"```python\n",
"for i in range(0,arr.length()):\n",
"for i in range(0,len(arr)):\n",
" # do something\n",
"```\n",
"\n",
@@ -1722,7 +1722,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.12.7"
}
},
"nbformat": 4,