We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801ee0e commit de93560Copy full SHA for de93560
Basics/Exercise/4_strings/4_strings_exercise.md
@@ -10,7 +10,7 @@ Now Print the address in such a way that the street, city and country prints in
10
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.
11
4. I have a string variable called s='maine 200 banana khaye'. This of course is a
12
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.
+Replace incorrect words in original string with new ones and print the new string.
14
Also try to do this in one line.
15
16
[Solution](https://github.com/codebasics/py/blob/master/Basics/Exercise/4_strings/4_string_exercise_answer.py)
0 commit comments