Skip to content

Commit d0e70f8

Browse files
Added Title to the Assignment
1 parent 969527a commit d0e70f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Assignment-8.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"## <u> PyInputPlus Module </u> :\n",
7+
"## PyInputPlus Module :\n",
88
" - PyInputPlus contains functions similar to input() for several kinds of data: numbers, dates, email addresses, and more.\n",
99
" - PyInputPlus will reprompt them for input if it didnt match the condition. \n",
1010
" - PyInputPlus also has other useful features like a limit for the number of times it reprompts users and a timeout if users are required to respond within a time limit."
@@ -42,8 +42,8 @@
4242
"text": [
4343
"Enter a number: Akash\n",
4444
"'Akash' is not an integer.\n",
45-
"Enter a number: 2\n",
46-
"2\n"
45+
"Enter a number: 23\n",
46+
"23\n"
4747
]
4848
}
4949
],

0 commit comments

Comments
 (0)