Syntax: Regex in Python. • ID: #194 Code import re print(bool(re.search(r"[A-Za-z]+", "DrSchool20"))) Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →