scrimba
Learn Python
Strings -Basics / Slicing
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

Strings -Basics / Slicing
AboutCommentsNotes
Strings -Basics / Slicing
Expand for more info
index.py
run
preview
console

msg='welcome to Python 101: Strings'
print(msg)
Console
"welcome to Python 101 Strings "
,
index.html
-6:34