Skip to main content
← CoursesPython FoundationsModule 3 · Functions and stringsQuiz: What is the difference between str and int?quiz37 / 170
💬 Discuss🧪 Playground+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.

Keep going

🎯 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.
📣 Help someone learn PythonShare this lesson with a friend — the first 15 are free, no signup.Tweet

💬 Discussion

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