Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Python
medium
Python
string methods strip split join
Single-choice MCQ
7 views
What does this code print?
print("-".join(["a", "b"]))