Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicated exercises in Day 4 #565

Open
chienchuanw opened this issue Jul 23, 2024 · 1 comment
Open

Duplicated exercises in Day 4 #565

chienchuanw opened this issue Jul 23, 2024 · 1 comment

Comments

@chienchuanw
Copy link

There are some duplicated exercises in Day 4 (30-Days-Of-Python/04_Day_Strings
/04_strings.md).

  1. I believe exercise 23 and exercise 26 are nearly the same.
  1. 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'
  1. 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'
  1. Exercise 25 and 27 are the same.
@bzm10
Copy link

bzm10 commented Jul 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants