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
Create a string and print the first character.
π‘ Hint: Use indexing.
Question 2
Easy
Write a string and show its length.
π‘ Hint: What method measures length?
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 expression 'Python'[-1] return?
π‘ Hint: What letter is at the end of 'Python'?
Question 2
True or False: The statement 'Hello' + ' World' results in 'HelloWorld'.
π‘ Hint: Consider what happens when two strings are joined without spaces.
Solve 2 more questions and get performance evaluation
Push your limits with challenges.
Question 1
Write a function that takes a string as input and returns the string with words reversed but not the characters in the words.
π‘ Hint: Consider how to manipulate lists after splitting.
Question 2
Create a program that accepts a user input of a sentence and formats it into a string showing only the first letter of each word capitalized.
π‘ Hint: How can you use split and join effectively for this task?
Challenge and get performance evaluation