We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32de14f commit 1ddd7c0Copy full SHA for 1ddd7c0
python-join-strings/url_builder.py
@@ -1,5 +1,5 @@
1
base_url = "https://example.com/"
2
-subpaths = ["blog", "2025", "01", "my-post"]
+subpaths = ["blog", "2025", "02", "join-string"]
3
4
full_url = base_url + "/".join(subpaths)
5
print(full_url)
0 commit comments