30-Days-Of-Python
30-Days-Of-Python copied to clipboard
Duplicated exercises in Day 4
There are some duplicated exercises in Day 4 (30-Days-Of-Python/04_Day_Strings /04_strings.md).
- I believe exercise 23 and exercise 26 are nearly the same.
- Use index or find to find the position of the first occurrence of the word 'because' in the following sentence: 'You cannot end a sentence with because because because is a conjunction'
- Find the position of the first occurrence of the word 'because' in the following sentence: 'You cannot end a sentence with because because because is a conjunction'
- Exercise 25 and 27 are the same.
Yes, Exercises 25 and 27 are exactly the same. However, Exercises 23 and 26 ask the same question but require you to use different methods.