Python Forum
Python code and [] - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Board (https://python-forum.io/forum-26.html)
+--- Thread: Python code and [] (/thread-6265.html)



Python code and [] - heiner55 - Nov-13-2017

Sometimes when I paste code, the brackets disappear:
Sample:
list = [ ]

list =
What do I do wrong ?


RE: Python code and [] - metulburr - Nov-13-2017

its an issue with the editor removing them
https://python-forum.io/misc.php?action=help&hid=39
You can add a space in ebtween or not preview the post for a workaround


RE: Python code and [] - heiner55 - Nov-13-2017

Thanks