scrimba
Substring a String in Python
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Substring a String in Python
AboutCommentsNotes
Substring a String in Python
Expand for more info
index.py
run
preview
console
string = "freeCodeCamp"

# Syntax: string[start:end:step]

Console
/index.html
-4:37