Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 3 additions & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /