Skip to main content
🔒 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 →
← CoursesPython FoundationsModule 3 · Functions and stringsQuiz: 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.

💬 Discussion

Be the first to ask a question or share a tip.
Sign in to join the discussion. Reading is free.
Loading discussion…