Search Exercises
Find the perfect exercise to practice your coding skills
12 results for "strings"
1
Capitalize Words
Capitalize the first letter of each word.
2
Check Palindrome
Check if a string is a palindrome.
3
Count Vowels
Count the number of vowels in a string.
4
Find Longest Word
Find the longest word in a sentence.
5
For Loops
Master iteration with Python for loops to process collections and ranges.
6
Hello World
Write your first Python program and learn the print() function
7
JavaScript Data Types
Explore JavaScript primitive types: strings, numbers, booleans, and more.
8
Reverse a String
Reverse a string in Python.
9
Template Literals
Learn modern string formatting with JavaScript template literals.
10
Type Conversion in Python
Learn to convert between different data types in Python.
11
Variable Assignment
Learn to store and manipulate data using Python variables
12
Working with Strings
Learn how to create, manipulate, and format strings in Python.