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 c22b0a1

Browse files
Fix
1 parent 304d5c2 commit c22b0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎01 - Introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@
639639
"# Letting the user choose when to quit\n",
640640
"msg = ''\n",
641641
"while msg != 'quit':\n",
642-
" msg = input(\"What's your message? \")\n",
642+
" msg = input(\"What's your message? \\nEnter 'quit' to end the program.\")\n",
643643
" print(msg)"
644644
]
645645
},

0 commit comments

Comments
(0)

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