mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 15:20:48 -05:00
1.1 KiB
1.1 KiB
Hints
General
1. Capitalize the title of the paper
- You can use string methods to capitalize the title properly.
2. Check if each sentence ends with a period
- You can use string methods to check the ending of a string.
3. Clean up spacing
- You can use string methods to remove whitespace.
4. Replace words with a synonym
- You can use string methods to replace words.