Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skillsβperfect for learners of all ages.
Enroll to start learning
Youβve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.
Test your understanding with targeted questions related to the topic.
Question 1
Easy
What does the lower()
method do?
π‘ Hint: Look at how 'HELLO' and 'hello' are different.
Question 2
Easy
Explain what strip()
accomplishes on a string.
π‘ Hint: Consider what happens when you have extra spaces.
Practice 4 more questions and get performance evaluation
Engage in quick quizzes to reinforce what you've learned and check your comprehension.
Question 1
What does the method lower()
do?
π‘ Hint: Think about lower case letters.
Question 2
True or False: The strip()
method removes spaces from the middle of the string.
π‘ Hint: Consider where spaces are removed.
Solve 2 more questions and get performance evaluation
Push your limits with challenges.
Question 1
Create a function that takes a string with spaces, replaces all spaces with hyphens, and converts it to lowercase.
π‘ Hint: Think about using both replace and lower methods.
Question 2
Write code to count how many times 'apple' appears in 'apple banana apple'.
π‘ Hint: What method counts occurrences of substrings?
Challenge and get performance evaluation