Skip to content
#

code-challenges

Here are 24 public repositories matching this topic...

O CodeForge é uma jornada semanal de desafios de programação que acontece na vibrante comunidade Discord do DevsCafé. Se você é apaixonado por desafios de codificação e está em busca de aprimorar suas habilidades, você está no lugar certo!O CodeForge é uma jornada semanal de desafios de programação

  • Updated May 4, 2024
  • Python

substring_between_letters() takes a string named _word_, a single character named _start_, and another character named _end_. This function should return the substring between the first occurrence of _start_ and _end_ in word. If _start_ or _end_ are not in _word_, the function should return _word_. For example, substring_between_letters("apple"…

  • Updated Jan 27, 2021
  • Python

unique_english_letters takes a string word as a parameter. The function should return the total number of unique letters in the string. Uppercase and lowercase letters should be counted as different letters. The list of every uppercase and lower case letter in the English alphabet is in a string "letters".

  • Updated Jan 27, 2021
  • Python

Improve this page

Add a description, image, and links to the code-challenges topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the code-challenges topic, visit your repo's landing page and select "manage topics."

Learn more