File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Upper
22# Continuously ask a user to enter words.
3- # (Make sure that the input given is actually just 1 word.)
3+ # You should remove leading/trailing whitespace, and then
4+ # make sure that the word is only made up of letters.
45# Store the words in a list.
56# Stop asking the user for words if they enter an empty string
67# (the string has no characters or is completely whitespace).
Original file line number Diff line number Diff line change 11# Upper
22# Continuously ask a user to enter words.
3- # (Make sure that the input given is actually just 1 word.)
3+ # You should remove leading/trailing whitespace, and then
4+ # make sure that the word is only made up of letters.
45# Store the words in a list.
56# Stop asking the user for words if they enter an empty string
67# (the string has no characters or is completely whitespace).
You can’t perform that action at this time.
0 commit comments