scrimba
Learn Python
Exercise- 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

Exercise- Strings - Basics / Slicing
AboutCommentsNotes
Exercise- 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
-3:27