Skip to content

Commit 7dbd306

Browse files
committed
small update
1 parent 3e7a5a5 commit 7dbd306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Tips & Tricks/join() usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
🔓**Python `.join()` Power and Secret Tips/Tricks**:
1+
**`.join()` Power and Secret Tips/Tricks**:
22

33
1. **String Concatenation with `.join()`**: Instead of using `+` for string concatenation, use `.join()` for better performance, especially with large strings.
44
```python

0 commit comments

Comments
 (0)