🔒 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: What is the difference between str and int?quiz39 / 174
+60 XP
Task
📝 **Question:** What does the expression `"2" + "3"` return in Python?
📋 Choose one correct option from the list.
💡 **Hint:** the `+` operator behaves differently for numbers and for strings. Consider what happens if both operands are quoted strings.
🎯 Quiz
Question
📝 **Question:** What does the expression `"2" + "3"` return in Python?
📋 Choose one correct option from the list.
💡 **Hint:** the `+` operator behaves differently for numbers and for strings. Consider what happens if both operands are quoted strings.