scrimba
Python 101 in Bangla
9. 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

9. Exercise- Strings - Basics / Slicing
AboutCommentsNotes
9. Exercise- Strings - Basics / Slicing
Expand for more info
index.py
run
preview
console
"""
String slicing exercise...
1. From the string "Tim and Mishal are funny.", extract text and create/print a new string that says:
"Tamim Is Funny."
*Every first letter in a word should be capitalized (title format)

2. Print the same string backwards (try searching in google)
"""

Console
/index.html
-5:15