scrimba
Learn Python
Strings-2 Find/replace, string formatting
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-2 Find/replace, string formatting
AboutCommentsNotes
Strings-2 Find/replace, string formatting
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
-4:47