nothingbutlucas 8d1a000378
refactor: Change method for string concatenations
Strings in Python are immutable so, the "+" operation means that we need to create the string again and attaching the old content. Per "+". We can replace this by using join() or built-in functions or arguments of functions, like "sep" in print()

Signed-off-by: nothingbutlucas <69118979+nothingbutlucas@users.noreply.github.com>
2024-04-24 10:30:07 -03:00
..
2023-10-24 01:39:25 +02:00
2023-05-05 10:37:22 +02:00
2024-01-14 18:56:20 +01:00
2024-03-09 21:01:12 +01:00
2023-09-29 10:31:20 +02:00
2023-09-19 10:13:27 +02:00
2023-09-29 10:31:20 +02:00
2023-09-29 23:18:30 +02:00
2023-11-02 13:04:09 +01:00