Fix typo
This commit is contained in:
parent
425cf41f9b
commit
af06d5d6fa
@ -100,7 +100,7 @@
|
||||
],
|
||||
"source": [
|
||||
"# 2. Text generated randomly from a discrete uniform distribution, characters = [a-zA-Z0-9 ]\n",
|
||||
"uniform = ''.join(random.choices(chars, k = 100000, ))\n",
|
||||
"uniform = ''.join(random.choices(chars, k = 100000))\n",
|
||||
"uniform[50000:50100]"
|
||||
],
|
||||
"metadata": {
|
||||
|
Loading…
Reference in New Issue
Block a user