3. Vorlesung
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user