p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
Strings I
Strings I
string manipulation
string creation
string indexing
string slicing
string methods
concatenation
NEXT
Introduction to Strings in Python
LESSON
Exercise: Create a string and store it in a variable
CHALLENGE
Exercise: Different ways to create Python strings
CHALLENGE
Exercise: Concatenate strings I
CHALLENGE
Exercise: Concatenate strings II
CHALLENGE
Exercise: Concatenate strings III
CHALLENGE
Introduction to String Indexes and Slicing
LESSON
Exercise: Get first character from string
CHALLENGE
Exercise: Get last character from string
CHALLENGE
Exercise: Extract range from string I
CHALLENGE
Exercise: Extract range from string II
CHALLENGE
Exercise: Extract range from string III
CHALLENGE
Introduction to String Methods
LESSON
Exercise: Get length of string
CHALLENGE
Exercise: Concatenate strings and get length
CHALLENGE
Exercise: Find the alphabet within gibberish
CHALLENGE
Exercise: Clean up gibberish I
CHALLENGE
Exercise: Clean up gibberish II
CHALLENGE
Test: Python String Basics
EXAM