Skip to content

Commit de93560

Browse files
authored
Updated 4_strings_exercise.md for type error
Updated Typo Error in Strings Exercise codebasics#189
1 parent 801ee0e commit de93560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Basics/Exercise/4_strings/4_strings_exercise.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Now Print the address in such a way that the street, city and country prints in
1010
Now Print "I eat x veggies and y fruits daily" where x and y presents vegetables and fruits that you eat everyday. Use python f string for this.
1111
4. I have a string variable called s='maine 200 banana khaye'. This of course is a
1212
wrong statement, the correct statement is 'maine 10 samosa khaye'.
13-
Replace incorrect words in original strong with new ones and print the new string.
13+
Replace incorrect words in original string with new ones and print the new string.
1414
Also try to do this in one line.
1515

1616
[Solution](https://github.com/codebasics/py/blob/master/Basics/Exercise/4_strings/4_string_exercise_answer.py)

0 commit comments

Comments
 (0)