diff --git a/Lists-p-B.ipynb b/Lists-p-B.ipynb index 604f081..8aa93b8 100644 --- a/Lists-p-B.ipynb +++ b/Lists-p-B.ipynb @@ -19,7 +19,7 @@ "metadata": {}, "outputs": [], "source": [ - "studentList = [str(input('Enter a student name: ')) for i in range(3)]\n", + "studentList = [str(input('Enter a student name: ')) for i in range(8)]\n", "print(\"You can't be assigned to this class\") if (newStudent := studentList.count(str(input(\"Enter the new student's name: \")))) else studentList.append(newStudent)" ] },