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
..
2022-04-01 17:18:18 +02:00
2023-09-25 15:29:41 +02:00
2024-01-13 16:37:48 +01:00
2023-10-04 23:46:35 +02:00
2022-10-13 23:10:38 +02:00