🔒 Preview mode. The first 15 Foundations lessons are free; this one is Pro. Start a 7-day trial to unlock the editor, AI hints and the rest of the curriculum. Card required, cancel any time in Dashboard.Start 7-day trial →
← Courses›Python Foundations›Module 3 · Functions and strings›Quiz: Which method removes spaces?quiz53 / 174
+60 XP
Task
📝 **Question:** Which method returns `"hello"` from `" hello "` (no surrounding spaces)?
💡 In Python — NOT `trim()` (like in JS/Java). Shorter name starting with "s".
🎯 Quiz
Question
📝 **Question:** Which method returns `"hello"` from `" hello "` (no surrounding spaces)?
💡 In Python — NOT `trim()` (like in JS/Java). Shorter name starting with "s".