Challenge: Retrieving Letters from String
Tehtävä
Swipe to start coding
You are working with strings and need to extract specific parts of a given sentence. You have a sentence stored in a variable and need to extract the first character, last character, and a specific word from it.
- Create a variable called
first_charto store the first character of the string. - Create a variable called
last_charto store the last character of the string. - Create a variable called
highlighted_wordto store the word"for"extracted from the string.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 9
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Suggested prompts:
Tiivistä tämä luku
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 1.67
Challenge: Retrieving Letters from String
Pyyhkäise näyttääksesi valikon
Tehtävä
Swipe to start coding
You are working with strings and need to extract specific parts of a given sentence. You have a sentence stored in a variable and need to extract the first character, last character, and a specific word from it.
- Create a variable called
first_charto store the first character of the string. - Create a variable called
last_charto store the last character of the string. - Create a variable called
highlighted_wordto store the word"for"extracted from the string.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 9
single