Matej Bašić
Results
1
issues of
Matej Bašić
Hi, I'm experience strange behavior when I use dicts and triple-quotes strings, for example: ```python a["b"] = f"""Some really long long string.""" ``` ends up like this: ```python a[ "b"...
T: design
F: linebreak