Syntax: Strings in Python. • ID: #38 Code s = "lesson-8" print(s.upper(), ("lesson" in s)) Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →